WhatsApp MCP server - Connect Claude to WhatsApp for reading and sending messages
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": {
"command": "go",
"args": [
"run",
"github.com/verygoodplugins/whatsapp-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add whatsapp-mcp go run github.com/verygoodplugins/whatsapp-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"whatsapp-mcp": {
"command": "go",
"args": [
"run",
"github.com/verygoodplugins/whatsapp-mcp@latest"
]
}
}
}