Green API WhatsApp
com.green-api/whatsappMCP gateway for WhatsApp via Green API: messaging, contacts, groups and instance management.
Tools · 41
Add a participant to a WhatsApp group
Check whether a phone number has a WhatsApp account
Connect a WhatsApp instance. Call this before using other tools. Validates credentials via getStateInstance.
Create a WhatsApp group
Create a new WhatsApp instance via the GREEN-API Partner API
Delete a WhatsApp instance via the GREEN-API Partner API
Delete a message
Delete a notification from the queue (acknowledge receipt)
Disconnect a WhatsApp instance and remove credentials from the session
Edit a previously sent message
Forward messages to another chat
Get an authorization code for sign-in by phone number
Get chat message history. Use a small 'count' (default 50, max 100) to keep responses focused.
Get the avatar of a contact or group
Get information about a contact or group
Get the contact list
Get group data (members, name, invite link)
List all partner instances via the GREEN-API Partner API
Get a message by ID
Get the QR code for instance authorization. The result contains the QR as an image and a qrLink URL to an official GREEN-API page with a full-size auto-refreshing QR code. Always include the qrLink in…
Get instance settings
Get instance state (authorized, notAuthorized, blocked, sleepMode)
Get WhatsApp account settings (name, description, etc.)
Get recent incoming messages from the last N minutes (default 60, max 1440 = 24 hours).
Get recent outgoing messages from the last N minutes (default 60, max 1440 = 24 hours).
Leave a WhatsApp group
Log out the WhatsApp instance
Mark chat messages as read
Reboot the WhatsApp instance
Get one notification from the queue (manual polling)
Revoke admin rights from a group member
Remove a participant from a WhatsApp group
Send a contact card via WhatsApp
Send a file by URL
Send a file directly to a chat via multipart upload (no separate URL step)
Send a location
Send a text message via WhatsApp
Send a poll via WhatsApp
Promote a group member to admin
Update instance settings (webhooks, proxy, etc.)
Upload a file to GREEN-API storage and return its URL. Use the returned URL with whatsapp_send_file.
Resources · 2
Interactive contacts list with search and contact details
ui://contacts
Interactive QR code widget for authorizing a GREEN-API instance
ui://qr
Prompts · 2
Template for planning and executing a mass WhatsApp broadcast. Helps craft the message and prepare the recipient list.
System prompt template for a WhatsApp customer support agent. Configurable per instance and language.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"green_api_whatsapp": {
"url": "https://mcp.green-api.com/mcp",
"transport": "streamable-http"
}
}
}