Local-first WhatsApp MCP server in Go for chat search, history, media, and message sending from AI clients.
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": "go",
"args": [
"run",
"github.com/caglayan/whatsapp-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add whatsapp-mcp-server go run github.com/caglayan/whatsapp-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"whatsapp-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/caglayan/whatsapp-mcp-server@latest"
]
}
}
}