Back to Apps

Mautic MCP Server
by Cbrown35
Comprehensive MCP server for Mautic 7 marketing automation, providing 68 tools for contact and campaign management.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to the Mautic 7 (Columba Edition) marketing automation platform. It enables the AI to manage the entire marketing lifecycle, from lead acquisition and contact segmentation to campaign execution and analytics tracking.
Tools
create_contact: Create new contacts with custom fieldssearch_contacts: Search contacts with filters and paginationcreate_campaign: Create new marketing campaignssend_email: Send emails to specific contactssend_email_to_segment: Send email to assigned segments (Mautic 7)list_projects: List all marketing projects (Mautic 7)get_campaign_graph_stats: Get campaign graph statisticsrecord_email_reply: Record email replies by tracking hash
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mautic-server": {
"command": "node",
"args": ["/path/to/mantic-MCP/build/index.js"],
"env": {
"MAUTIC_BASE_URL": "https://your-mautic-instance.com/api/",
"MAUTIC_CLIENT_ID": "your_client_id",
"MAUTIC_CLIENT_SECRET": "your_client_secret",
"MAUTIC_TOKEN_ENDPOINT": "https://your-mautic-instance.com/oauth/v2/token"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g mantic.dzindInformation
- Pricing
- free
- Published
- 7/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"mautic-server": {"command": "node", "args": ["/path/to/mantic-MCP/build/index.js"], "env": {"MAUTIC_BASE_URL": "...", "MAUTIC_CLIENT_ID": "...", "MAUTIC_CLIENT_SECRET": "...", "MAUTIC_TOKEN_ENDPOINT": "..."}}}}





