Note: The actual implementation currently only provides a basic greeting functionality (
This MCP server is intended to enable Claude to automate WhatsApp interactions through Evolution API integration. The planned capabilities include:
Instance Management: Create, connect, restart, logout, delete, and monitor WhatsApp instances
Messaging: Send text, media, audio, stickers, locations, contacts, reactions, polls, lists, and buttons
Contact & Chat Management: Find contacts and chats
Group Operations: Find groups by JID, fetch all groups, and find group members
Webhook & Settings: Configure webhooks and instance settings
Status Updates: Send status messages and set presence
The current implementation appears incomplete or represents an early development version.
Integration with Chatwoot is mentioned as a pending implementation in the documentation.
Integration with OpenAI is mentioned as a pending implementation under Bot Integrations.
Integration with RabbitMQ is mentioned as a pending implementation in the documentation.
Enables interaction with WhatsApp through Evolution API, supporting capabilities like managing instances, sending various message types (text, media, audio, stickers, locations, contacts, reactions, polls, lists, buttons), working with contacts and groups, and configuring webhooks.
MCP Evolution API
A Model Context Protocol (MCP) server for Claude that integrates with Evolution API for WhatsApp automation.
Overview
This MCP server allows Claude to interact with WhatsApp through the Evolution API, enabling capabilities like:
Managing WhatsApp instances
Sending various types of messages
Working with contacts and groups
Configuring webhooks and settings
Related MCP server: API Tester MCP Server
๐ Project Structure
๐ Quick Setup
Environment Setup
Create a .env file with your Evolution API credentials:
๐ Deployment Options
Environment | Steps | Command |
Local Development | 1. Clone and install 2. Run in dev mode |
|
Local Production | 1. Clone and install 2. Build and run |
|
Docker Compose | Run with Docker Compose |
|
Docker | Build and run container |
|
Claude Desktop Configuration
Add this to your Claude Desktop config file (typically located at ~/Library/Application Support/Claude/claude_desktop_config.json):
If using the Docker deployment:
๐ Implementation Status
Category | Implemented | Pending Implementation |
Core API | โ Get Information โ Create Instance โ Fetch Instances โ Instance Connect โ Restart Instance โ Connection State โ Logout Instance โ Delete Instance โ Set Presence | โ Check is WhatsApp |
Webhook & Settings | โ Set Webhook โ Find Webhook โ Set Settings โ Find Settings | |
Messaging | โ Send Plain Text โ Send Status โ Send Media โ Send WhatsApp Audio โ Send Sticker โ Send Location โ Send Contact โ Send Reaction โ Send Poll โ Send List โ Send Buttons | โ Mark Message As Read โ Mark Message As Unread โ Archive Chat โ Delete Message for Everyone โ Update Message โ Send Presence (Chat Ctrl) |
Chat & Contacts | โ Find Contacts โ Find Chats | โ Update Block Status โ Fetch Profile Picture URL โ Get Base64 โ Find Messages โ Find Status Message |
Groups | โ Find Group by JID โ Fetch All Groups โ Find Group Members | โ Create Group โ Update Group Picture โ Update Group Subject โ Update Group Description โ Fetch Invite Code โ Revoke Invite Code โ Send Group Invite โ Find Group by Invite Code โ Update Group Members โ Update Group Setting โ Toggle Ephemeral โ Leave Group |
Profile Settings | โ Fetch Business Profile โ Fetch Profile โ Update Profile Name โ Update Profile Status โ Update Profile Picture โ Remove Profile Picture โ Fetch Privacy Settings โ Update Privacy Settings | |
Bot Integrations | โ Typebot Integrations โ OpenAI Integrations โ Evolution Bot โ Dify Bot โ Flowise Bot | |
Other Integrations | โ Chatwoot โ Websocket โ SQS โ RabbitMQ |
For more information, refer to the Evolution API Documentation.