★ 7 stars
TypeScript
💬 Communication
Updated 1mo ago
MCP server exposing WhatsApp group chats to Claude — stdio + HTTP transports, chat intelligence processor, Cowork plugin
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-server": {
"command": "npx",
"args": [
"-y",
"ericporres/whatsapp-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add whatsapp-mcp-server npx -y ericporres/whatsapp-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"whatsapp-mcp-server": {
"command": "npx",
"args": [
"-y",
"ericporres/whatsapp-mcp-server"
]
}
}
}