W
Whatsapp MCP Server
by @alicenjr
Lightweight WhatsApp MCP bridge combining Node.js (Express + whatsapp-web.js) and Python FastMCP tools.
Created 10/9/2025
Updated 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx whatsapp-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"alicenjr-whatsapp-mcp-server": {
"command": "uvx",
"args": [
"whatsapp-mcp-server"
]
}
}
}