Aerostack
electrical_services

ActiveCampaign MCP Server — Hosted Ai, Any AI Agent

MCP Server language Hosted language Public

Full ActiveCampaign integration — manage contacts, lists, automations, campaigns, and CRM deals for email marketing and sales automation.

aerostack @aerostack verified
v0.1.0 MIT Updated Jun 28, 2026
robot_2

Use with AI AssistantsMCP

Connect Claude, Cursor, or any MCP-compatible client — then call tools directly

① Add This MCP Server

Paste into your AI client config — then all its tools are available instantly.

.claude/mcp.json
{
  "mcpServers": {
    "activecampaign": {
      "url": "https://mcp.aerostack.dev/s/aerostack/mcp-activecampaign",
      "headers": {
        "Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
      }
    }
  }
}

Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.

② Call a Tool

Ask your AI assistant to call a specific tool, or send raw JSON-RPC:

+17 more

Natural Language Prompt

“Use the list_contacts tool to list contacts with optional filters. returns email, firstname, lastname, phone, tags, and list memberships

Using a Workspace?

Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.

add_circleAdd to Workspace

description Overview

mcp-activecampaign — ActiveCampaign MCP Server

Automate your entire email marketing and CRM pipeline — manage contacts, lists, tags, campaigns, automations, and deals from any AI agent.

ActiveCampaign is a leading email marketing and CRM platform used by thousands of businesses for marketing automation and customer relationship management. This MCP server gives your agents complete access to the ActiveCampaign API v3: creating and managing contacts, subscribing them to lists, triggering automations, analyzing campaigns, and running your CRM deal pipeline.

Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-activecampaign


What You Can Do

  • Sync contacts from external sources directly into ActiveCampaign with custom fields
  • Subscribe and unsubscribe contacts from lists based on external events
  • Trigger automations for contacts when they take an action in another system
  • Manage your CRM pipeline — create, update, and track deals through stages
  • Pull campaign performance metrics and automation engagement data

Available Tools

Tool Description
list_contacts List contacts with filters: email, tag, list, status
get_contact Get full contact profile including tags, lists, custom fields, deals
create_contact Create a new contact with custom fields
update_contact Update contact fields including custom field values
delete_contact Permanently delete a contact
search_contacts Search contacts by email, name, or phone
add_tag_to_contact Add a tag to a contact by tag ID
list_lists List all email lists with subscriber counts
create_list Create a new email list
subscribe_contact_to_list Subscribe or unsubscribe a contact from a list
list_tags List all tags, optionally filtered by name
list_campaigns List campaigns filtered by type or status
get_campaign Get campaign details including open rate, click rate, sent count
list_automations List all automations (active or inactive)
get_automation Get automation details including contact counts and steps
add_contact_to_automation Trigger an automation for a specific contact
list_deals List CRM deals filtered by status, owner, or stage
get_deal Get full deal details
create_deal Create a new deal in a pipeline
update_deal Update deal stage, value, status, or owner
list_pipelines List all CRM pipelines with their stages
create_deal_note Add a note to a deal
_ping Verify credentials by calling a lightweight read endpoint

Configuration

Variable Required Description How to Get
ACTIVECAMPAIGN_API_URL Yes Your ActiveCampaign account API URL (e.g. https://youraccount.api-us1.com) ActiveCampaign Settings → Settings → Developer → API Access URL
ACTIVECAMPAIGN_API_KEY Yes Your ActiveCampaign API key Settings → Developer → API Access Key
Auth Format

ActiveCampaign uses a custom Api-Token header:

Api-Token: {API_KEY}

The base URL for all API calls is: {ACTIVECAMPAIGN_API_URL}/api/3

Quick Start

Add to Aerostack Workspace
  1. Go to aerostack.dev → Your Project → MCPs
  2. Search for "ActiveCampaign" and click Add to Workspace
  3. Add your ACTIVECAMPAIGN_API_URL and ACTIVECAMPAIGN_API_KEY under Project → Secrets

Once added, every AI agent in your workspace can automate your email marketing and CRM workflows — no per-user setup needed.

Example Prompts
"Create a contact for john@example.com and subscribe them to list ID 10"
"Add tag ID 5 (customer) to contact 101 and trigger the Welcome Series automation"
"Create a new deal for contact 101 worth $5,000 in the Sales Pipeline"
"Show me all open deals assigned to owner ID 2"
Direct API Call
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-activecampaign \
  -H 'Content-Type: application/json' \
  -H 'X-Mcp-Secret-ACTIVECAMPAIGN-API-URL: https://youraccount.api-us1.com' \
  -H 'X-Mcp-Secret-ACTIVECAMPAIGN-API-KEY: your-api-key' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_contacts","arguments":{"limit":10}}}'

Deal Values

ActiveCampaign deal values are stored in cents (integer). For example, a $1,500 deal has value: 150000. When creating or updating deals, pass the value in cents.

License

MIT

terminal Tools (23)

Available tools on this MCP server. Each tool can be called directly from any AI agent.

terminal
list_contacts #1

List contacts with optional filters. Returns email, firstName, lastName, phone, tags, and list memberships.

terminal
get_contact #2

Get full contact details by ID including email, firstName, lastName, phone, tags, list memberships, custom fields, and deals.

terminal
create_contact #3

Create a new contact in ActiveCampaign. Email is required.

terminal
update_contact #4

Update fields on an existing contact. Provide only the fields to change.

terminal
delete_contact #5

Permanently delete a contact by ID. This action cannot be undone.

terminal
search_contacts #6

Search contacts by email, name, or phone. Returns matching contacts.

terminal
add_tag_to_contact #7

Add a tag to a contact by contact ID and tag ID.

terminal
list_lists #8

List all email lists in your ActiveCampaign account with their subscriber counts.

terminal
create_list #9

Create a new email list in ActiveCampaign.

terminal
subscribe_contact_to_list #10

Subscribe a contact to a list. Status 1=subscribed, 2=unsubscribed.

terminal
list_tags #11

List all tags, optionally filtered by name search.

terminal
list_campaigns #12

List campaigns filtered by type or status. Returns name, subject, status, and delivery stats.

terminal
get_campaign #13

Get campaign details including name, subject, status, open rate, click rate, and total sent count.

terminal
list_automations #14

List all automations in your account, optionally filtered to active or inactive.

terminal
get_automation #15

Get automation details including name, status, number of contacts in the automation, and steps.

terminal
add_contact_to_automation #16

Add a contact to an automation to trigger it for that contact.

terminal
list_deals #17

List deals with optional filters. Returns title, value, currency, stage, owner, and contact.

terminal
get_deal #18

Get full deal details including title, value, currency, stage, owner, and associated contact.

terminal
create_deal #19

Create a new deal in ActiveCampaign CRM. Title, value, currency, and pipeline are required.

terminal
update_deal #20

Update deal fields including stage, value, status, and notes.

terminal
list_pipelines #21

List all CRM pipelines with their stages.

terminal
create_deal_note #22

Add a note to a deal.

terminal
_ping #23

Verify ActiveCampaign credentials by calling a lightweight read endpoint. Returns a success message if credentials are valid.

Details

upgrade Version 0.1.0
gavel License MIT
wifi Transport streamable-http
lock Access Public
category Category AI
terminal Tools 23

language Live Endpoint

https://mcp.aerostack.dev/s/aerostack/mcp-activecampaign

Sub-50ms globally · Zero cold start

Publisher

aerostack
@aerostack verified

Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.

Tags

Browse more servers

Frequently asked questions

What is the ActiveCampaign MCP server and what can it do? +

The ActiveCampaign MCP server is hosted on Aerostack and exposes these tools to your AI agent: `list_contacts`, `get_contact`, `create_contact`, `update_contact`, `delete_contact`. You get one hosted URL — no self-hosting — that works from Claude, Cursor, ChatGPT, Gemini, VS Code, or any MCP-compatible client, and you can share it with your team or combine it with other MCP servers in a workspace.

Is the ActiveCampaign MCP server hosted, or do I have to run it myself? +

It's hosted on Aerostack's edge infrastructure — you don't deploy or maintain anything. Add it to a workspace and you get one authenticated URL, with secrets encrypted, that any AI agent or editor can connect to. Use it solo or share the same URL across your whole team.

Which AI agents and editors can use the ActiveCampaign MCP server? +

Any MCP client: Claude and Claude Code, Cursor, ChatGPT, Gemini, Windsurf, Cline, VS Code, and custom agents. Because it's one hosted URL, the same ActiveCampaign MCP server works everywhere — and you can compose it with other MCP servers, skills, and functions behind a single workspace URL.

How do I install the ActiveCampaign MCP server in Claude Desktop? +

Add the following to your Claude Desktop config (`claude_desktop_config.json`): ```json { "mcpServers": { "@aerostack/mcp-activecampaign": { "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-activecampaign"] } } } ``` Then restart Claude Desktop and the tools will appear automatically.

How do I use the ActiveCampaign MCP server in Cursor? +

In Cursor, open **Settings → MCP** and add: ```json { "name": "@aerostack/mcp-activecampaign", "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-activecampaign"] } ``` Save and reload Cursor. The MCP tools will be available in Agent mode.

Does ActiveCampaign MCP require authentication? +

Yes. ActiveCampaign requires authentication. Check the MCP's documentation for the required credentials.