Loading MCP server directory, please wait...
Send WhatsApp campaigns: templates, audiences, surveys, inbox replies, delivery webhooks.
npx @getmcp/cli add com.wa-campaigns/whatsapp-campaignsRequires Node.js 18+. Community-contributed server. Review source before installing.
WA_GATEWAY_URLBase URL of your WhatsApp Campaigns agent gateway. A key is tied to the environment it was minted in, so this must be the same environment that issued WA_AGENT_KEY.
WA_AGENT_KEYScoped agent key (rcsk_live_…) created in Settings → API keys. The rcsk_ prefix is not a mistake: one key shape serves both channels, and the channel is chosen per call.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.wa-campaigns/whatsapp-campaigns": {
"command": "npx",
"args": [
"-y",
"@wa-campaigns/agent-toolkit",
"wa-mcp"
],
"env": {
"WA_GATEWAY_URL": "",
"WA_AGENT_KEY": ""
}
}
}
}