Cursor Delegate for Claude Desktop
io.github.andreilungeanu/cursor-delegate-mcp
Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.
client:Claude Desktop
transport:stdio
runtime:npm
Install Cursor Delegate in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cursor-delegate-mcp": {
"command": "npx",
"args": [
"-y",
"cursor-delegate-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs