ManyContacts - WhatsApp Business MCP
Rank #54,145io.github.ManyContacts/whatsapp-mcp
WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.
ManyContacts - WhatsApp Business MCP is a Model Context Protocol (MCP) server published by manycontacts. It ranks #54,145 of 115,591 servers tracked on MCP Toplist. ManyContacts - WhatsApp Business MCP is listed on Official MCP, with 1 tracked version. It was first listed on Apr 15, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 61,446 of 115,591 servers on MCP Toplist.
Use ManyContacts - WhatsApp Business MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add whatsapp-mcp -e "MC_CLI_TOKEN=<your MC_CLI_TOKEN>" -- npx -y @manycontacts/mcpReplace each placeholder with your own value before saving.
[mcp_servers.whatsapp-mcp]
command = "npx"
args = ["-y", "@manycontacts/mcp"]
[mcp_servers.whatsapp-mcp.env]
MC_CLI_TOKEN = "<your MC_CLI_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whatsapp-mcp": {
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<your MC_CLI_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whatsapp-mcp": {
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<your MC_CLI_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"whatsapp-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<your MC_CLI_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whatsapp-mcp": {
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<your MC_CLI_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whatsapp-mcp": {
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<your MC_CLI_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ManyContacts%2Fwhatsapp-mcp)<a href="https://mcptoplist.com/server/io.github.ManyContacts%2Fwhatsapp-mcp"><img src="https://mcptoplist.com/badge/io.github.ManyContacts%2Fwhatsapp-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
manycontacts
Available versions (1)
| Version | Published |
|---|---|
| 1.1.1 | Apr 15, 2026 |
Frequently asked questions
- Who maintains ManyContacts - WhatsApp Business MCP?
- ManyContacts - WhatsApp Business MCP is maintained by manycontacts, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is ManyContacts - WhatsApp Business MCP listed on the Official MCP Registry?
- Yes — ManyContacts - WhatsApp Business MCP is listed on the Official MCP Registry.
- How many versions does ManyContacts - WhatsApp Business MCP have?
- MCP Toplist tracks 1 version of ManyContacts - WhatsApp Business MCP, most recently published on Apr 15, 2026.
- Where can I find the source code for ManyContacts - WhatsApp Business MCP?
- The source code for ManyContacts - WhatsApp Business MCP is hosted at github.com/manycontacts/mcp.