ActiveCampaign for Grok
io.github.ohneben/activecampaign-mcp
ActiveCampaign API: ~325 endpoints (v3, SMS, WhatsApp, Segments) as safety-categorized MCP tools.
client:Grok
transport:stdio
runtime:oci
Install ActiveCampaign in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs