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 -d약 15초 정도 기다린 후 테스트합니다:
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: command는
.exe의 전체 경로여야 할 수 있습니다:C:/Users/사용자명/evolution-api-mcp/.venv/Scripts/evolution-api-mcp.exe
4. WhatsApp 연결
브라우저에서 http://localhost:8080/manager/ 를 엽니다.
Global API Key를 사용합니다:
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사용 가능한 도구
인스턴스 (Instance)
create_instance- WhatsApp 인스턴스 생성connect_instance- 연결 및 QR 코드 생성fetch_instances- 인스턴스 목록 조회connection_state- 연결 상태 확인logout_instance- WhatsApp 로그아웃restart_instance- 인스턴스 재시작delete_instance- 인스턴스 삭제
메시지 (Messages)
send_text- 텍스트 전송send_media- 이미지, 비디오 또는 문서 전송send_audio- 오디오/음성 메시지 전송send_location- 위치 전송send_contact- 연락처 카드 전송send_reaction- 이모지 반응 전송send_poll- 설문조사 전송send_buttons- 대화형 버튼 전송send_list- 대화형 목록 전송send_sticker- 스티커 전송
채팅 (Chat)
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