wazap for Cursor
io.github.razvangirgiz/wazap
WhatsApp for your agent: chats, messages, media, contacts and groups behind MCP tools.
client:Cursor
transport:stdio
runtime:npm
Install wazap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wazap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wazap-mcp"
],
"env": {
"WAZAP_READ_ONLY": "<WAZAP_READ_ONLY>",
"WAZAP_DATA_DIR": "<WAZAP_DATA_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs