whatsapp macos for Cursor
io.github.kalki-kgp/whatsapp-macos
WhatsApp MCP for macOS - Read messages from local DB, send via WhatsApp Web.
client:Cursor
transport:stdio
runtime:pypi
Install whatsapp macos in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"whatsapp-macos": {
"type": "stdio",
"command": "uvx",
"args": [
"whatsapp-mcp-macos"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs