rdstation crm mcp for Cursor
io.github.fernandoludvig/rdstation-crm-mcp
Manage RD Station CRM contacts, deals, tasks and notes, with pipeline health reports
client:Cursor
transport:stdio
runtime:npm
Install rdstation crm mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rdstation-crm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rdstation-crm-mcp"
],
"env": {
"RDSTATION_CRM_TOKEN": "<RDSTATION_CRM_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs