# taosdata/TDengine | Model Context Protocol (MCP) Server > High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios - **Stars**: ⭐ 25,055 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "TDengine": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-TDengine" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "TDengine": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-TDengine" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-TDengine` - **Docker**: `docker run -i --rm mcp/TDengine`