# twentyhq/twenty | Model Context Protocol (MCP) Server > The open alternative to Salesforce, designed for AI. - **Stars**: ⭐ 54,836 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "twenty": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-twenty" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "twenty": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-twenty" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-twenty` - **Docker**: `docker run -i --rm mcp/twenty`