Loading MCP server directory, please wait...
ActiveCampaign API: ~325 endpoints (v3, SMS, WhatsApp, Segments) as safety-categorized MCP tools.
npx @getmcp/cli add io.github.ohneben/activecampaign-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
MCP_TRANSPORTServer transport. Set to 'stdio' for local MCP clients; the image otherwise starts the Streamable HTTP transport.
ACTIVECAMPAIGN_API_URLYour account's API URL, copied from ActiveCampaign -> Settings -> Developer, e.g. https://your-account.api-us1.com/api/3
ACTIVECAMPAIGN_API_TOKENYour ActiveCampaign API token (same Developer screen).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ohneben/activecampaign-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MCP_TRANSPORT",
"-e",
"ACTIVECAMPAIGN_API_URL",
"-e",
"ACTIVECAMPAIGN_API_TOKEN",
"-e",
"MCP_AUTH_TOKEN",
"ghcr.io/ohneben/activecampaign-mcp:1.1.1"
],
"env": {
"MCP_TRANSPORT": "stdio",
"ACTIVECAMPAIGN_API_URL": "",
"ACTIVECAMPAIGN_API_TOKEN": "",
"MCP_AUTH_TOKEN": ""
}
}
}
}