Loading MCP server directory, please wait...
Manage WhatsApp Business templates and send messages via Meta Cloud API
npx @getmcp/cli add io.github.nakulben/whatsapp-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
META_ACCESS_TOKENMeta API access token with whatsapp_business_messaging and whatsapp_business_management permissions
META_WABA_IDWhatsApp Business Account ID
META_PHONE_NUMBER_IDWhatsApp phone number ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nakulben/whatsapp-mcp": {
"command": "uvx",
"args": [
"jina-whatsapp-mcp"
],
"env": {
"META_ACCESS_TOKEN": "",
"META_WABA_ID": "",
"META_PHONE_NUMBER_ID": "",
"META_APP_ID": "",
"META_API_VERSION": ""
}
}
}
}