ActiveCampaign MCP Server
@AlexlaGuardia
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"activecampaign": {
"command": "mcp-activecampaign",
"env": {
"ACTIVECAMPAIGN_URL": "https://youraccountname.api-us1.com",
"ACTIVECAMPAIGN_API_KEY": "your-api-key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome Mcp Servers
punkpeyeA collection of 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,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论