whatsapp for Cursor
io.github.gaviwhatsapp/whatsapp
Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.
client:Cursor
transport:stdio
runtime:npm
Install whatsapp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"whatsapp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gaviwhatsapp/mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs