WhatsApp bridge and MCP server that records every message type, including captions, containers and native events
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"whatsmcp": {
"command": "go",
"args": [
"run",
"github.com/nyxxbit/whatsmcp@latest"
]
}
}
}
Run in terminal:
claude mcp add whatsmcp go run github.com/nyxxbit/whatsmcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"whatsmcp": {
"command": "go",
"args": [
"run",
"github.com/nyxxbit/whatsmcp@latest"
]
}
}
}