Skip to content
Cursor

ActiveCampaign for Cursor

io.github.ohneben/activecampaign-mcp

ActiveCampaign API: ~325 endpoints (v3, SMS, WhatsApp, Segments) as safety-categorized MCP tools.

client:Cursor transport:stdio runtime:oci

Install ActiveCampaign 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": {
    "activecampaign-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ohneben/activecampaign-mcp:1.1.1"
      ],
      "env": {
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "ACTIVECAMPAIGN_API_URL": "<ACTIVECAMPAIGN_API_URL>",
        "ACTIVECAMPAIGN_API_TOKEN": "<ACTIVECAMPAIGN_API_TOKEN>",
        "MCP_AUTH_TOKEN": "<MCP_AUTH_TOKEN>"
      }
    }
  }
}

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

ActiveCampaign in other clients