ManyContacts - WhatsApp Business MCP for Gemini CLI
io.github.manycontacts/whatsapp-mcp
WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.
client:Gemini CLI
transport:stdio
runtime:npm
Install ManyContacts - WhatsApp Business MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"whatsapp-mcp": {
"command": "npx",
"args": [
"-y",
"@manycontacts/mcp"
],
"env": {
"MC_CLI_TOKEN": "<MC_CLI_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs