Odel
Cursor Delegate

Cursor Delegate

Local
@andreilungeanu4JavaScriptMITUpdated Today

Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcursor-delegate-mcpv2.3.0

Run

npx -y cursor-delegate-mcp

MCP client config

{
  "mcpServers": {
    "cursor-delegate": {
      "command": "npx",
      "args": [
        "-y",
        "cursor-delegate-mcp"
      ]
    }
  }
}