MCP server for Treasure Data - Query and interact with TD through Model Context Protocol
Td mcp server connects Td to AI assistants that speak the Model Context Protocol. MCP server for Treasure Data - Query and interact with TD through Model Context Protocol.
MCP (Model Context Protocol) server for Treasure Data, enabling AI assistants to query and interact with Treasure Data through a secure, controlled interface.
The server is distributed via npm as @treasuredata/mcp-server, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 4 environment variables: TD_API_KEY, TD_SITE, TD_ENABLE_UPDATES, TD_DATABASE. Keep credentials in your client's env block or a secrets manager rather than committing them.
Monitoring servers replace the paste-the-stack-trace ritual with an assistant that reads the real event, with all its surrounding context intact. Td sits in that group. Worth comparing against the other monitoring security servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
{
"mcpServers": {
"td": {
"command": "npx",
"args": ["-y", "@treasuredata/mcp-server"],
"env": {
"TD_API_KEY": "your-value",
"TD_SITE": "your-value",
"TD_ENABLE_UPDATES": "your-value",
"TD_DATABASE": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| TD_API_KEY | Credential the server authenticates with. | Yes |
| TD_SITE | Configuration value read at startup. | Optional |
| TD_ENABLE_UPDATES | Configuration value read at startup. | Optional |
| TD_DATABASE | Configuration value read at startup. | Optional |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.