Skip to content
VS Code

ManyContacts - WhatsApp Business CRM for VS Code

io.github.manycontacts/whatsapp-business

WhatsApp Business CRM: send messages, manage contacts, campaigns, and AI agents.

client:VS Code transport:stdio runtime:npm

Install ManyContacts - WhatsApp Business CRM in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "mc-cli-token",
      "description": "MC_CLI_TOKEN",
      "password": true
    }
  ],
  "servers": {
    "whatsapp-business": {
      "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

ManyContacts - WhatsApp Business CRM in other clients