
TDengine TSDB MCP Server
by taosdata
High-performance MCP server for querying and managing TDengine time-series databases via Go.
What it does
This server connects AI agents to TDengine, a specialized time-series database. It allows the AI to execute complex TSDB queries, monitor system status, and inspect database schemas, enabling data-driven analysis of time-series metrics directly within the LLM context.
Tools
query: Execute TDengine SELECT queries and return time-series results.show: Execute SHOW commands to retrieve database metadata.info: Provide TDengine server status, version, and configuration information.describe_table: Analyze the structure and schema of a specific table.get_schema_overview: Retrieve a high-level overview of the database structure.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"tdengine-tsdb": {
"command": "mcp-tdengine-tsdb",
"args": [
"--host", "localhost",
"--port", "6041",
"--user", "root",
"--pass", "taosdata",
"--db", "test"
]
}
}
}
Supported hosts
Confirmed support for Claude Desktop.
Quick install
go install -v github.com/taosdata/mcp-tdengine-tsdb@latestInformation
- Pricing
- free
- Published
- 5/18/2026
- stars







