mcp-zap
Evolution API MCP
MCP-Server zum Senden und Empfangen von WhatsApp-Nachrichten direkt aus Claude Code unter Verwendung der Evolution API (Open-Source, selbst gehostet).
Was es kann
Erstellen und Verwalten von WhatsApp-Instanzen
Senden von Textnachrichten, Medien, Audio, Standorten, Kontakten, Umfragen, Stickern, Schaltflächen und Listen
Lesen von Unterhaltungen und empfangenen Nachrichten
Reagieren auf Nachrichten, Archivieren von Chats, Markieren als gelesen
Related MCP server: mcp-evolution
Voraussetzungen
uv (Python-Paketmanager)
Installation
1. Evolution API starten
git clone https://github.com/SEU_USUARIO/evolution-api-mcp.git
cd evolution-api-mcp
docker compose up -dWarten Sie etwa 15 Sekunden und testen Sie es:
curl http://localhost:8080/Es sollte {"status":200,"message":"Welcome to the Evolution API, it is working!"} zurückgegeben werden.
2. MCP-Server installieren
uv venv
uv pip install -e .3. In Claude Code registrieren
claude mcp add evolution-api -s user -- evolution-api-mcpOder fügen Sie es manuell in der Datei ~/.claude.json hinzu:
{
"mcpServers": {
"evolution-api": {
"type": "stdio",
"command": "evolution-api-mcp",
"env": {
"EVOLUTION_API_URL": "http://localhost:8080",
"EVOLUTION_API_KEY": "evo_mcp_2024"
}
}
}
}Windows: Der Befehl benötigt möglicherweise den vollständigen Pfad zur
.exe:C:/Users/IHR_BENUTZERNAME/evolution-api-mcp/.venv/Scripts/evolution-api-mcp.exe
4. WhatsApp verbinden
Öffnen Sie http://localhost:8080/manager/ im Browser
Verwenden Sie den Global API Key:
evo_mcp_2024Erstellen Sie eine Instanz (z. B. "meinwhatsapp")
Klicken Sie auf "QR-Code generieren"
Scannen Sie diesen mit Ihrem WhatsApp: Einstellungen > Verknüpfte Geräte > Gerät hinzufügen
5. Loslegen!
Starten Sie Claude Code neu und beginnen Sie mit der Nutzung:
> envia uma mensagem pro 5511999999999 dizendo oi
> mostra minhas conversas recentes
> envia uma foto pra fulanoKonfiguration
Variable | Beschreibung | Standardwert |
| URL der Evolution API |
|
| API-Authentifizierungsschlüssel | (leer) |
Der Standard-API-Schlüssel von Docker Compose ist evo_mcp_2024. Ändern Sie diesen bei Bedarf in der docker-compose.yml.
Struktur
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 mensagensVerfügbare Tools
Instanz
create_instance- WhatsApp-Instanz erstellenconnect_instance- Verbinden und QR-Code generierenfetch_instances- Instanzen auflistenconnection_state- Verbindungsstatus prüfenlogout_instance- WhatsApp abmeldenrestart_instance- Instanz neu startendelete_instance- Instanz löschen
Nachrichten
send_text- Text sendensend_media- Bild, Video oder Dokument sendensend_audio- Audio/Sprachnachricht sendensend_location- Standort sendensend_contact- Kontaktkarte sendensend_reaction- Mit Emoji reagierensend_poll- Umfrage sendensend_buttons- Interaktive Schaltflächen sendensend_list- Interaktive Liste sendensend_sticker- Sticker senden
Chat
find_chats- Unterhaltungen auflistenfind_messages- Nachrichten eines Chats lesenarchive_chat- Chat archivieren/dearchivierenmark_message_as_read- Als gelesen markieren
Lizenz
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