loading…
Search for a command to run...
loading…
Enables AI assistants to manage ActiveCampaign CRM, marketing automation, and contact data via 33 tools including contacts, deals, tags, automations, pipelines,
Enables AI assistants to manage ActiveCampaign CRM, marketing automation, and contact data via 33 tools including contacts, deals, tags, automations, pipelines, custom fields, campaigns, accounts, and webhooks.
Production-grade MCP server for the ActiveCampaign API — 33 tools for contacts, deals, automations, tags, pipelines, campaigns, custom fields, accounts, and webhooks.
The first MCP server for ActiveCampaign's 185,000+ customers.
pip install mcp-activecampaign
Get your API URL and key from Settings > Developer in your ActiveCampaign account.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"activecampaign": {
"command": "mcp-activecampaign",
"env": {
"ACTIVECAMPAIGN_URL": "https://youraccountname.api-us1.com",
"ACTIVECAMPAIGN_API_KEY": "your-api-key"
}
}
}
}
export ACTIVECAMPAIGN_URL="https://youraccountname.api-us1.com"
export ACTIVECAMPAIGN_API_KEY="your-api-key"
mcp-activecampaign
| Category | Tools | Notes |
|---|---|---|
| Account | ping |
Connection test |
| Contacts | list_contacts, get_contact, create_contact, update_contact, delete_contact, search_contacts |
Full CRUD + search |
| Deals | list_deals, get_deal, create_deal, update_deal, delete_deal |
Full CRUD with pipeline/stage filters |
| Tags | list_tags, create_tag, add_tag_to_contact, remove_tag_from_contact |
Contact tagging |
| Lists | list_lists, get_list |
Mailing lists |
| Automations | list_automations, get_automation, add_contact_to_automation |
Read + enroll (API limitation: can't create automations) |
| Pipelines | list_pipelines, list_stages |
Deal pipeline structure |
| Custom Fields | list_custom_fields, get_field_values, set_field_value |
Contact custom data |
| Campaigns | list_campaigns, get_campaign |
Read-only (API limitation) |
| Accounts | list_accounts, get_account |
B2B company records |
| Webhooks | list_webhooks, create_webhook, delete_webhook |
Event subscriptions |
Api-Token header (no OAuth required)limit and offset paramsgit clone https://github.com/AlexlaGuardia/mcp-activecampaign.git
cd mcp-activecampaign
pip install -e ".[dev]"
pytest
MIT
Run in your terminal:
claude mcp add mcp-activecampaign -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.