★ 15 stars
Go
🤖 AI/LLM
Updated today
Extended WhatsApp MCP server with 41 tools - reactions, group management, polls, presence, newsletters & more. Fork of lharries/whatsapp-mcp
View on GitHub →
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"
]
}
}
}
Topics
aiclaudemcpmodel-context-protocolwhatsappwhatsmeow