ManyContacts - WhatsApp Business CRM for Cursor
io.github.manycontacts/whatsapp-business
WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.
client:Cursor
transport:stdio
runtime:npm
Install ManyContacts - WhatsApp Business CRM in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"whatsapp-business": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<MC_CLI_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs