mcp rd station for VS Code
io.github.codespar/mcp-rd-station
MCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooks
client:VS Code
transport:stdio
runtime:npm
Install mcp rd station in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "rd-station-token",
"description": "RD_STATION_TOKEN",
"password": true
}
],
"servers": {
"mcp-rd-station": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-rd-station"
],
"env": {
"RD_STATION_TOKEN": "${input:rd-station-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs