mcp-zap
Allows sending and receiving WhatsApp messages, managing WhatsApp instances, sending text, media, audio, location, contacts, polls, stickers, buttons, and lists, reading conversations, reacting to messages, archiving chats, and marking messages as read.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-zapsend 'good morning' to 5511999999999"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Evolution API MCP
MCP server para enviar e receber mensagens no WhatsApp direto do Claude Code, usando Evolution API (open-source, self-hosted).
O que faz
Criar e gerenciar instancias WhatsApp
Enviar mensagens de texto, midia, audio, localizacao, contatos, enquetes, stickers, botoes e listas
Ler conversas e mensagens recebidas
Reagir a mensagens, arquivar chats, marcar como lido
Pre-requisitos
uv (gerenciador de pacotes Python)
Instalacao
1. Subir a Evolution API
git clone https://github.com/SEU_USUARIO/evolution-api-mcp.git
cd evolution-api-mcp
docker compose up -dAguarde uns 15 segundos e teste:
curl http://localhost:8080/Deve retornar {"status":200,"message":"Welcome to the Evolution API, it is working!"}.
2. Instalar o MCP server
uv venv
uv pip install -e .3. Registrar no Claude Code
claude mcp add evolution-api -s user -- evolution-api-mcpOu adicione manualmente no arquivo ~/.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: o command pode precisar ser o caminho completo do
.exe:C:/Users/SEU_USUARIO/evolution-api-mcp/.venv/Scripts/evolution-api-mcp.exe
4. Conectar seu WhatsApp
Abra http://localhost:8080/manager/ no navegador
Use a Global API Key:
evo_mcp_2024Crie uma instancia (ex: "meuwhats")
Clique em "Gerar QR Code"
Escaneie com seu WhatsApp: Configuracoes > Aparelhos conectados > Conectar dispositivo
5. Usar!
Reabra o Claude Code e comece a usar:
> envia uma mensagem pro 5511999999999 dizendo oi
> mostra minhas conversas recentes
> envia uma foto pra fulanoConfiguracao
Variavel | Descricao | Default |
| URL da Evolution API |
|
| API key de autenticacao | (vazio) |
A API key padrao do Docker Compose e evo_mcp_2024. Mude no docker-compose.yml se quiser.
Estrutura
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 mensagensTools disponiveis
Instance
create_instance- Criar instancia WhatsAppconnect_instance- Conectar e gerar QR codefetch_instances- Listar instanciasconnection_state- Verificar estado da conexaologout_instance- Desconectar WhatsApprestart_instance- Reiniciar instanciadelete_instance- Deletar instancia
Messages
send_text- Enviar textosend_media- Enviar imagem, video ou documentosend_audio- Enviar audio/nota de vozsend_location- Enviar localizacaosend_contact- Enviar cartao de contatosend_reaction- Reagir com emojisend_poll- Enviar enquetesend_buttons- Enviar botoes interativossend_list- Enviar lista interativasend_sticker- Enviar sticker
Chat
find_chats- Listar conversasfind_messages- Ler mensagens de um chatarchive_chat- Arquivar/desarquivar chatmark_message_as_read- Marcar como lido
Licenca
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/mediatriforce-create/mcp-zap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server