MCP server for the official Meta WhatsApp Business Cloud API. Webhook receiver + Graph API client + FastMCP tools, deployed behind Traefik with Authelia OIDC.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"whatsapp-mcp-server": {
"command": "uvx",
"args": [
"whatsapp-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add whatsapp-mcp-server uvx whatsapp-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"whatsapp-mcp-server": {
"command": "uvx",
"args": [
"whatsapp-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install whatsapp-mcp-server