ThoughtSpot MCP Server
MCP serverSecurityThis app lets an AI connect to ThoughtSpot and query your data through secure sign-in. Once added, you can ask questions in plain language and get answers drawn from your ThoughtSpot data.
Available today. Use it from your connected AI after setup.
Needs your own account with this service. Credentials stay encrypted.
Add the app, then sign in to your ThoughtSpot account to connect it. After that, ask the AI a question about your data and it will run the query for you.
Then ask your AI: use ThoughtSpot MCP Server
What your AI can do with it
- Sign in securely to your ThoughtSpot account
- Run queries against your ThoughtSpot data
- Answer questions using data from ThoughtSpot
- Fetch specific numbers or records from ThoughtSpot when asked
From the project's README
As published by thoughtspot/mcp-server in README.md.
ThoughtSpot Spotter MCP Server provides a set of tools for querying and retrieving relevant data from your ThoughtSpot instance. Spotter connects to your ThoughtSpot instance, handles authentication securely, and returns live answers from your own data.
- ThoughtSpot Spotter MCP Server documentation
- Create a free ThoughtSpot account
- What is ThoughtSpot?
- Get support on Discord
- Privacy statement
Table of Contents
- Manual client registration
- Associating with a ThoughtSpot instance
- Contributing
- Local Development
Manual client registration
For MCP hosts which do not(yet) support Dynamic client registration, or they require statically adding Oauth Client Id etc. Go to this page, to register a new client and copy the details over. The most relevant values are Oauth Client Id and Oauth Client Secret which should be added when adding ThoughtSpot as an MCP connector in the MCP client (ChatGPT/Claude etc). The generated client details are only available when they are generated and are NOT available later for reference.
Associate with a ThoughtSpot instance
Manual client registration also allows to associate with a specific ThoughtSpot instance, so that your users do not have to enter the Thoughtspot instance URL when doing the authorization flow. While registering the Oauth client add ThoughtSpot URL to the appropriate value.
Contributing
Local Development
- Install dependencies:
npm install - Set up environment variables:
- Copy
.dev.varsand fill in your ThoughtSpot instance URL and access token.
- Copy
- Start the development server:
npm run dev
Adding New Tools
When adding new MCP tools to the server:
- Define schemas and tools in
src/servers/tool-definitions.ts - Implement handlers in
src/servers/mcp-server.ts - Update version registry in
src/servers/version-registry.ts:- Add new tools to appropriate version(s) in
VERSION_REGISTRY - For new stable features, update
DEFAULT_VERSION - For beta features, add to the
betaversion entry
- Add new tools to appropriate version(s) in
- Add tests for new tools and version configurations
- Update documentation in README.md
Important: The version registry controls which tools are available in each API version. Make sure to add new tools to the correct version configuration to ensure they're accessible to users.
MCP Server, © ThoughtSpot, Inc. 2026
Signals
- GitHub stars
- 33
- Forks
- 11
- Last commit
- Sep 2026
Advanced
- Delivery
- mcp-server MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
app-thoughtspot-mcp-server- Source
- github.com/thoughtspot/mcp-server
- Hosted endpoint
https://agent.thoughtspot.app/mcp