mcp-zap
Evolution API MCP
Evolution API (オープンソース、セルフホスト) を使用して、Claude Codeから直接WhatsAppメッセージを送受信するためのMCPサーバーです。
機能
WhatsAppインスタンスの作成と管理
テキスト、メディア、音声、位置情報、連絡先、アンケート、ステッカー、ボタン、リストの送信
受信した会話やメッセージの読み取り
メッセージへのリアクション、チャットのアーカイブ、既読設定
Related MCP server: mcp-evolution
前提条件
uv (Pythonパッケージマネージャー)
インストール
1. Evolution APIの起動
git clone https://github.com/SEU_USUARIO/evolution-api-mcp.git
cd evolution-api-mcp
docker compose up -d15秒ほど待ってからテストします:
curl http://localhost:8080/{"status":200,"message":"Welcome to the Evolution API, it is working!"} が返されるはずです。
2. MCPサーバーのインストール
uv venv
uv pip install -e .3. Claude Codeへの登録
claude mcp add evolution-api -s user -- evolution-api-mcpまたは、~/.claude.json ファイルに手動で追加します:
{
"mcpServers": {
"evolution-api": {
"type": "stdio",
"command": "evolution-api-mcp",
"env": {
"EVOLUTION_API_URL": "http://localhost:8080",
"EVOLUTION_API_KEY": "evo_mcp_2024"
}
}
}
}Windows: コマンドには
.exeへのフルパスが必要な場合があります:C:/Users/YOUR_USER/evolution-api-mcp/.venv/Scripts/evolution-api-mcp.exe
4. WhatsAppの接続
ブラウザで http://localhost:8080/manager/ を開きます
グローバルAPIキー
evo_mcp_2024を使用しますインスタンスを作成します(例: "meuwhats")
「QRコードを生成」をクリックします
WhatsAppでスキャンします:設定 > リンクされたデバイス > デバイスをリンク
5. 使用方法
Claude Codeを再起動して使用を開始します:
> envia uma mensagem pro 5511999999999 dizendo oi
> mostra minhas conversas recentes
> envia uma foto pra fulano設定
変数 | 説明 | デフォルト |
| Evolution APIのURL |
|
| 認証用APIキー | (空) |
Docker ComposeのデフォルトAPIキーは evo_mcp_2024 です。必要に応じて docker-compose.yml で変更してください。
構造
evolution-api-mcp/
├── docker-compose.yml # Evolution API + PostgreSQL
├── pyproject.toml # Dependencias Python
└── src/evolution_api_mcp/
├── server.py # MCP server (FastMCP + CodeMode)
├── client.py # HTTP client async
└── tools/
├── instance.py # Criar/conectar/deletar instancias
├── messages.py # Enviar texto, midia, audio, etc.
└── chat.py # Listar chats, ler mensagens利用可能なツール
インスタンス
create_instance- WhatsAppインスタンスの作成connect_instance- 接続してQRコードを生成fetch_instances- インスタンスの一覧表示connection_state- 接続状態の確認logout_instance- WhatsAppのログアウトrestart_instance- インスタンスの再起動delete_instance- インスタンスの削除
メッセージ
send_text- テキストの送信send_media- 画像、動画、ドキュメントの送信send_audio- 音声/ボイスメモの送信send_location- 位置情報の送信send_contact- 連絡先カードの送信send_reaction- 絵文字でのリアクションsend_poll- アンケートの送信send_buttons- インタラクティブボタンの送信send_list- インタラクティブリストの送信send_sticker- ステッカーの送信
チャット
find_chats- 会話の一覧表示find_messages- チャット内のメッセージ読み取りarchive_chat- チャットのアーカイブ/アーカイブ解除mark_message_as_read- 既読にする
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables Claude to interact with WhatsApp through the Evolution API, allowing for message sending, contact management, group operations, and WhatsApp instance administration.15632MIT
- AlicenseBqualityDmaintenanceMCP server that integrates Evolution API to enable WhatsApp messaging, chat management, group operations, and instance control through natural language tools.54MIT
- FlicenseAqualityDmaintenanceMCP server that wraps the Evolution API (WhatsApp) as semantic tools for LLM agents, enabling messaging, chat management, group operations, and instance control via natural language.32
- FlicenseNot gradedqualityDmaintenanceMCP server for managing WhatsApp instances and sending messages through Evolution API.1
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Joaquim-Salles/mcp-zap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server