Loading MCP server directory, please wait...
MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API
npx @getmcp/cli add io.github.codespar/mcp-whatsapp-cloudRequires Node.js 18+. Community-contributed server. Review source before installing.
WHATSAPP_ACCESS_TOKENMeta system-user access token (permanent). Used as Bearer token for Graph API.
WHATSAPP_PHONE_NUMBER_IDWhatsApp Business phone number ID registered with Meta.
WHATSAPP_BUSINESS_ACCOUNT_IDWhatsApp Business Account (WABA) ID. Used for template management.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-whatsapp-cloud": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-whatsapp-cloud"
],
"env": {
"WHATSAPP_ACCESS_TOKEN": "",
"WHATSAPP_PHONE_NUMBER_ID": "",
"WHATSAPP_BUSINESS_ACCOUNT_ID": "",
"WHATSAPP_GRAPH_VERSION": ""
}
}
}
}