Skip to content
Cursor

mcp rd station for Cursor

io.github.codespar/mcp-rd-station

MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks

client:Cursor transport:stdio runtime:npm

Install mcp rd station in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-rd-station": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-rd-station"
      ],
      "env": {
        "RD_STATION_TOKEN": "<RD_STATION_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp rd station in other clients