
TDengine MCP Server
by Abeautifulsnow
Read-only MCP server for executing TDengine database queries and exploring data structures directly via AI assistants.
What it does
Connects AI assistants to TDengine databases, enabling read-only data investigation and exploration. It allows the AI to execute queries, explore database structures, and investigate time-series data without risk of modifying the database.
Tools
query: Execute read-only SQL queries (SELECT, SHOW, DESCRIBE) against a specific stable.info: Retrieve detailed metadata and schema information about a specified stable.
Installation
{
"mcpServers": {
"tdengine-mcp": {
"command": "uv",
"args": ["run", "src/tdengine_mcp_server", "-th", "YOUR_HOST", "-db", "YOUR_DB"]
}
}
}
Supported hosts
- Cursor
- Claude Desktop
Quick install
uv run src/tdengine_mcp_server -th <host> -db <database>Information
- Pricing
- free
- Published
- 5/31/2026
- stars






