MCP Server
ManyContacts - WhatsApp Business MCP MCP Server
io.github.ManyContacts/whatsapp-mcp
What is the ManyContacts - WhatsApp Business MCP MCP server?
WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.
How to install ManyContacts - WhatsApp Business MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MC_CLI_TOKENrequiredsecretManyContacts 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-mcp": {
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<YOUR_MC_CLI_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"whatsapp-mcp": {
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<YOUR_MC_CLI_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"whatsapp-mcp": {
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<YOUR_MC_CLI_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"whatsapp-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<YOUR_MC_CLI_TOKEN>"
}
}
}
}Claude Code
claude mcp add whatsapp-mcp --env MC_CLI_TOKEN=<YOUR_MC_CLI_TOKEN> -- npx -y @manycontacts/mcpRelated MCP servers
WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.
View repository →