ManyContacts - WhatsApp Business MCP for VS Code
io.github.manycontacts/whatsapp-mcp
WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.
client:VS Code
transport:stdio
runtime:npm
Install ManyContacts - WhatsApp Business MCP in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "mc-cli-token",
"description": "MC_CLI_TOKEN",
"password": true
}
],
"servers": {
"whatsapp-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "${input:mc-cli-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs