Authenticated, self-hosted WhatsApp MCP server that serves 96 tools for the token cost of 29, with a labeled eval for tool-retrieval accuracy. Go bridge + Python FastMCP.
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