← Back to Plugins
MCP Server MCP

io.github.fernandoludvig/rdstation-crm-mcp

github By github 👁 1 views ▲ 0 votes

Manage RD Station CRM contacts, deals, tasks and notes, with pipeline health reports

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "rdstation-crm-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "RD Station CRM instance token (Profile > Products and integrations > Instance token)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "RDSTATION_CRM_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...