PluginBench
MCP Server

ManyContacts - WhatsApp Business CRM MCP Server

io.github.ManyContacts/whatsapp-business

What is the ManyContacts - WhatsApp Business CRM MCP server?

WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.

How to install ManyContacts - WhatsApp Business CRM

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MC_CLI_TOKEN
    required
    secret

    ManyContacts CLI authentication token. Get one at https://manycontacts.com or via: npx @manycontacts/cli auth login

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whatsapp-business": {
      "command": "npx",
      "args": [
        "-y",
        "@manycontacts/mcp"
      ],
      "env": {
        "MC_CLI_TOKEN": "<YOUR_MC_CLI_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "whatsapp-business": {
      "command": "npx",
      "args": [
        "-y",
        "@manycontacts/mcp"
      ],
      "env": {
        "MC_CLI_TOKEN": "<YOUR_MC_CLI_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "whatsapp-business": {
      "command": "npx",
      "args": [
        "-y",
        "@manycontacts/mcp"
      ],
      "env": {
        "MC_CLI_TOKEN": "<YOUR_MC_CLI_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "whatsapp-business": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@manycontacts/mcp"
      ],
      "env": {
        "MC_CLI_TOKEN": "<YOUR_MC_CLI_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add whatsapp-business --env MC_CLI_TOKEN=<YOUR_MC_CLI_TOKEN> -- npx -y @manycontacts/mcp

Related MCP servers

WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.

View repository →