WhatsApp MCP
Connect your AI agent to your personal WhatsApp account for messaging and automation.
Categories
Specialized Tools
Self-Hosted
Go
Our Take
A fascinating project that bridges the gap between powerful AI agents and the world's most popular messaging app. By connecting to the WhatsApp web API, it enables an agent to read your messages and send replies on your behalf. This unlocks a huge range of possibilities for creating personal assistants, automated responders, and notification systems directly within your primary communication tool.
Quick Start
// 1. Clone the repo and run the Go bridge:
git clone https://github.com/lharries/whatsapp-mcp.git
cd whatsapp-mcp/whatsapp-bridge
go run main.go
// 2. Configure your MCP client to run the Python server.