An opinionated starter project for Model Context Protocol (MCP) servers
Mcp evolution whatsapp api mcp server lets Claude, Cursor and other MCP clients work with MCP Evolution Whatsapp Api directly. An opinionated starter project for Model Context Protocol (MCP) servers.
A Model Context Protocol (MCP) server for Claude that integrates with Evolution API for WhatsApp automation.
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
The server is distributed via a container image as ghcr.io/aiteks-ltda/mcp-evo-api, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 3 environment variables: EVOLUTION_API_URL, EVOLUTION_API_KEY, REPLACE_WITH_YOUR_REAL_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
Communication servers earn their keep on volume — summarising channels and threads that would otherwise cost you an hour of scrollback. MCP Evolution Whatsapp Api sits in that group. Worth comparing against the other communication servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
{
"mcpServers": {
"evo-api": {
"command": "node",
"args": [
"/path/to/your/mcp-evo-api/dist/main.js"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| EVOLUTION_API_URL | Endpoint or connection string the server talks to. | Yes |
| EVOLUTION_API_KEY | Credential the server authenticates with. | Yes |
| REPLACE_WITH_YOUR_REAL_KEY | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.