ActiveCampaign MCP Server
@AlexlaGuardia
About ActiveCampaign MCP Server
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"activecampaign": {
"command": "mcp-activecampaign",
"env": {
"ACTIVECAMPAIGN_URL": "https://youraccountname.api-us1.com",
"ACTIVECAMPAIGN_API_KEY": "your-api-key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ActiveCampaign MCP Server?
A production-grade MCP server that provides 33 tools to interact with the ActiveCampaign API. It covers contacts, deals, automations, tags, pipelines, campaigns, custom fields, accounts, and webhooks — the first MCP server designed for ActiveCampaign's 185,000+ customers.
How to use ActiveCampaign MCP Server?
Install the package via pip install mcp-activecampaign, then set the environment variables ACTIVECAMPAIGN_URL and ACTIVECAMPAIGN_API_KEY. The server can be launched directly or configured as an MCP tool in Claude Desktop by adding an entry to the claude_desktop_config.json file.
Key features of ActiveCampaign MCP Server
- Full CRUD for contacts: list, get, create, update, delete.
- Deal management with pipeline and stage support.
- Tag creation and contact‑tag association management.
- View mailing lists and subscriber counts.
- Manage webhook subscriptions: create, list, delete.
- Built‑in rate limiting (5 req/s) and auto‑retry on 429s.
Use cases of ActiveCampaign MCP Server
- Automate contact management tasks through an AI‑powered MCP client.
- Create and update deals with pipeline and stage filters in a conversational workflow.
- Enroll contacts in automations without manual intervention.
- Retrieve and set custom field values for contacts programmatically.
- View campaign performance metrics and webhook subscriptions.
FAQ from ActiveCampaign MCP Server
What authentication does the server require?
It uses an API key sent via the Api-Token header. No OAuth flow is needed.
What is the rate limit and how is it handled?
ActiveCampaign enforces 5 requests per second per account. The server includes a built‑in throttle and automatically retries on 429 responses.
Can I create or edit automations through this server?
No — the ActiveCampaign API only allows listing automations and adding contacts to them. You cannot create or edit automation workflows.
Are campaigns read‑only?
Yes. The server provides read‑only tools for campaigns: you can view details and performance metrics but not create or modify campaigns.
How does pagination work for list tools?
All list tools support offset‑based pagination with limit and offset parameters.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Codelf
unbugA search tool helps dev to solve the naming things problem.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments