# tursodatabase/turso | Model Context Protocol (MCP) Server > A SQL database in Rust: SQLite-compatible, now also speaking Postgres (experimental). The LLVM of databases. - **Stars**: ⭐ 23,845 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "turso": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-turso" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "turso": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-turso" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-turso` - **Docker**: `docker run -i --rm mcp/turso`