Extended WhatsApp MCP server with 41 tools - reactions, group management, polls, presence, newsletters & more. Fork of lharries/whatsapp-mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"whatsapp-mcp-extende": {
"command": "go",
"args": [
"run",
"github.com/FelixIsaac/whatsapp-mcp-extended@latest"
]
}
}
}
Run in terminal:
claude mcp add whatsapp-mcp-extende go run github.com/FelixIsaac/whatsapp-mcp-extended@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"whatsapp-mcp-extende": {
"command": "go",
"args": [
"run",
"github.com/FelixIsaac/whatsapp-mcp-extended@latest"
]
}
}
}