ManyContacts - WhatsApp Business CRM
Rank #36,955io.github.ManyContacts/whatsapp-business
WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.
ManyContacts - WhatsApp Business CRM is a Model Context Protocol (MCP) server published by manycontacts. It ranks #36,955 of 115,591 servers tracked on MCP Toplist. ManyContacts - WhatsApp Business CRM is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Apr 14, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 78,636 of 115,591 servers on MCP Toplist.
Use ManyContacts - WhatsApp Business CRM
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add whatsapp-business -e "MC_CLI_TOKEN=<your MC_CLI_TOKEN>" -- npx -y @manycontacts/mcpReplace each placeholder with your own value before saving.
[mcp_servers.whatsapp-business]
command = "npx"
args = ["-y", "@manycontacts/mcp"]
[mcp_servers.whatsapp-business.env]
MC_CLI_TOKEN = "<your MC_CLI_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"whatsapp-business": {
"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-business": {
"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-business": {
"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-business": {
"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-business": {
"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-business)<a href="https://mcptoplist.com/server/io.github.ManyContacts%2Fwhatsapp-business"><img src="https://mcptoplist.com/badge/io.github.ManyContacts%2Fwhatsapp-business.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 (2 delisted)
manycontacts
Available versions (4)
| Version | Published |
|---|---|
| 1.1.0 | Apr 15, 2026 |
| 1.0.5 | Apr 14, 2026 |
| 1.0.4 | Apr 14, 2026 |
| 1.0.2 | Apr 14, 2026 |
Frequently asked questions
- Who maintains ManyContacts - WhatsApp Business CRM?
- ManyContacts - WhatsApp Business CRM is maintained by manycontacts, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is ManyContacts - WhatsApp Business CRM listed on the Official MCP Registry?
- Yes — ManyContacts - WhatsApp Business CRM is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does ManyContacts - WhatsApp Business CRM have?
- MCP Toplist tracks 4 versions of ManyContacts - WhatsApp Business CRM, most recently published on Apr 15, 2026.
- Where can I find the source code for ManyContacts - WhatsApp Business CRM?
- The source code for ManyContacts - WhatsApp Business CRM is hosted at github.com/manycontacts/mcp.