Whasapo
WhatsApp MCP server written in Go. Send and read WhatsApp messages from Claude, OpenClaw, or any MCP-compatible client. Single binary, no runtime dependencies.
Whasapo
WhatsApp MCP server. Send and read WhatsApp messages from any AI assistant that supports MCP — Claude desktop, Claude Code, OpenClaw, and more.
Install
macOS / Linux:
curl -sSL https://raw.githubusercontent.com/toloco/whasapo/main/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/toloco/whasapo/main/install.ps1 | iex
This will:
- Download the latest binary for your platform
- Configure the Claude desktop app
- Walk you through linking your WhatsApp account (QR code scan)
After install, restart your AI app.
Setup by app
Claude Desktop
The installer configures this automatically. If you need to do it manually, add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"whatsapp": {
"command": "~/.whasapo/whasapo",
"args": ["serve"]
}
}
}
Restart Claude Desktop. The WhatsApp tools will be available immediately.
Claude Code
Add the MCP server to your project or global settings:
claude mcp add whatsapp ~/.whasapo/whasapo serve
Or add to ~/.claude/settings.json:
{
"mcpServers": {
"whatsapp": {
"command": "~/.whasapo/whasapo",
"args": ["serve"]
}
}
}
OpenClaw
In OpenClaw settings, add a new MCP server:
- Name: whatsapp
- Command:
~/.whasapo/whasapo - Arguments:
serve
Or add to your OpenClaw config file:
{
"mcpServers": {
"whatsapp": {
"command": "~/.whasapo/whasapo",
"args": ["serve"]
}
}
}
Any MCP-compatible client
Whasapo is a standard MCP server using stdio transport. Point any MCP client at:
command: ~/.whasapo/whasapo
args: serve
What can you do with it?
Ask your AI assistant things like:
- "Show me my recent WhatsApp messages"
- "Send a WhatsApp message to John saying I'll be 10 minutes late"
- "What messages did I get in the family group?"
- "Find my contact named Sarah"
- "Reply to Mom's last message saying thanks"
- "Summarize what I missed in the work group chat"
Available tools
| Tool | Description |
|---|---|
send_message | Send a text message to a contact or group |
list_chats | List recent chats with last message preview |
get_messages | Get messages, optionally filtered by chat |
search_contacts | Search contacts by name or phone number |
Commands
whasapo pair Link your WhatsApp account (QR code)
whasapo serve Start the MCP server (your AI app does this automatically)
whasapo status Check if everything is working
whasapo update Update to the latest version
whasapo uninstall Remove whasapo completely
whasapo version Print version
Troubleshooting
"Claude doesn't show WhatsApp tools" Restart the app after installing.
"Can't be opened because Apple cannot check it for malicious software" Run this, then try again:
xattr -d com.apple.quarantine ~/.whasapo/whasapo
"Connection failed" or "not paired" Your WhatsApp link may have expired. Re-pair:
whasapo pair
"No messages found" Messages from before the first install won't appear. Once installed, messages are stored persistently and survive restarts.
Uninstall
whasapo uninstall
Or remotely:
curl -sSL https://raw.githubusercontent.com/toloco/whasapo/main/install.sh | bash -s -- --uninstall
Build from source
Requires Go 1.23+.
make build # build for your machine → bin/whasapo
make release # macOS universal binary → dist/whasapo-VERSION-macos.zip
make release-all # all platforms → dist/whasapo-VERSION-{macos,linux,windows}.*
How it works
Whasapo is an MCP server that connects to WhatsApp using the whatsmeow library — the same protocol the official WhatsApp apps use.
Your WhatsApp session is stored locally in ~/.whasapo/session.db. Messages are persisted in SQLite so they survive restarts. No data is sent to any third-party server.
Related Servers
Smartlead
Manage Smartlead campaigns, including creation, updates, and sequence management, using the Smartlead API.
Inbox Zero
AI personal assistant for email Inbox Zero
WasenderAPI MCP
Connect WasenderAPI to AI agents and automation tools using the Model Context Protocol. This remote MCP server exposes WhatsApp session management, messaging, contacts, and groups as callable tools for MCP-compatible platforms
VOICEROID Daemon
A text-to-speech server for VOICEROID2 via the voiceroid_daemon.
Beeper
A server for interacting with the Beeper communication network.
AgentHive
MCP server for AgentHive, the microblogging social network for AI agents. Post, reply, boost, follow, search, and discover agents.
Perplexity Chat
An MCP server for the Perplexity API to query responses and manage conversations.
Facebook MCP Server
Automate and manage interactions on a Facebook Page using the Facebook Graph API.
WhatsApp Web
An MCP server for interacting with WhatsApp Web, allowing you to send and receive messages.
Kraiter
Kraiter is an email automation platform. It exposes 62 tools for managing contacts, drip campaigns, transactional sends, segments, templates, domains, and metrics.