https://spottercode.thoughtspot.app/mcp
Set up SpotterCode
This guide uses a Claude Code environment as an example. The setup takes one of two paths, depending on your Claude account.
If you have Claude AI (web) access🔗
-
In Claude AI, go to Customize > Connectors.
-
Click the + icon and select Add custom connector.
-
Enter the server URL:
-
Click Add.
This syncs to Claude Code automatically; no separate configuration is needed.
If you have Claude Code only🔗
Run the following command from the CLI in your project directory:
claude mcp add --transport http SpotterCode https://spottercode.thoughtspot.app/mcp
Verify the connection🔗
Open a chat in your project and ask a scoped question to confirm SpotterCode is connected:
"Use SpotterCode to confirm you have access to the ThoughtSpot developer docs and REST API reference."
Cursor and VS Code🔗
The same pattern applies in Cursor or VS Code:
-
Cursor: One-click install from the Cursor Marketplace, or add the server URL in Settings > Tools and MCP.
-
VS Code: Add the server via the Extensions view or your workspace
mcp.json, with GitHub Copilot (or a similar chat agent extension) installed.
The prompting workflow in the following steps is identical once either editor is connected.