ManyContacts - WhatsApp Business MCP for Zed
io.github.manycontacts/whatsapp-mcp
WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.
client:Zed
transport:stdio
runtime:npm
Install ManyContacts - WhatsApp Business MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"whatsapp-mcp": {
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<MC_CLI_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs