
ManyContacts WhatsApp Business CRM
Wire WhatsApp Business into Claude Code or Cursor so your agent can message customers, sync contacts, and run campaigns from the ManyContacts CRM.
Overview
ManyContacts WhatsApp Business is an MCP server for the Grow phase that lets your agent send WhatsApp messages, manage contacts, and run ManyContacts campaigns via stdio tools.
What is this MCP server?
- Stdio MCP package @manycontacts/mcp (v1.1.0) for agent-driven WhatsApp operations
- Send messages and manage contacts through ManyContacts without custom Graph API glue
- Run and coordinate campaigns from the CRM layer your agent can call via tools
- Hook AI agents into the same WhatsApp Business account for automated replies and workflows
- Authenticate with MC_CLI_TOKEN from manycontacts.com or npx @manycontacts/cli auth login
- Server schema version 1.1.0
- Single npm package @manycontacts/mcp with stdio transport
- One required secret environment variable: MC_CLI_TOKEN
What problem does it solve?
You want WhatsApp customer outreach inside your agent workflow but do not want to maintain Meta webhooks and CRM scripts yourself.
Who is it for?
Indie builders already on ManyContacts who want agents to draft sends, list contacts, or trigger campaign steps from the terminal.
Skip if: Teams that need only personal WhatsApp, have no Business account, or refuse a third-party CRM token.
What do I get? / Deliverables
After you register the server and set MC_CLI_TOKEN, your agent can perform ManyContacts WhatsApp CRM actions as MCP tools during build-and-ship sessions.
- Agent-callable tools for WhatsApp send, contact, and campaign operations via ManyContacts
- Authenticated stdio MCP connection using MC_CLI_TOKEN
- Repeatable CRM workflows without custom Meta integration code
Recommended MCP Servers
Journey fit
Customer messaging and retention workflows sit in the Grow phase after you have something to sell and users to talk to. Lifecycle covers outbound nurture, re-engagement, and support-style threads that WhatsApp Business is built for.
How it compares
ManyContacts MCP integration for WhatsApp CRM, not a general messaging skill or Meta API tutorial.
Common Questions / FAQ
Who is ManyContacts WhatsApp Business for?
Solo and small-team builders using ManyContacts who want Claude Code, Cursor, or other MCP clients to operate WhatsApp Business CRM actions programmatically.
When should I use ManyContacts WhatsApp Business?
Use it during Grow when you are running lifecycle messages, support follow-ups, or light campaigns and want those steps callable from your coding agent.
How do I add ManyContacts WhatsApp Business to my agent?
Install @manycontacts/mcp, set the required secret MC_CLI_TOKEN in your MCP config, use stdio transport, then restart the client so the WhatsApp Business tools appear.