# pingcap/tidb | Model Context Protocol (MCP) Server > TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling. - **Stars**: ⭐ 40,424 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "tidb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tidb" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "tidb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tidb" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-tidb` - **Docker**: `docker run -i --rm mcp/tidb`