Labsco
aiteks-ltda logo

MCP Evolution API

β˜… 31

from aiteks-ltda

An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeAdvanced setup

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

πŸ“‚ Project Structure

Copy & paste β€” that's it
mcp-evo-api/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ tools/          # MCP tools implementation for Evolution API
β”‚   β”œβ”€β”€ utils/          # Shared utilities, including Evolution API client
β”‚   β”œβ”€β”€ main.ts         # Server entry point
β”‚   └── types.ts        # Shared type definitions
β”œβ”€β”€ scripts/            # Helper scripts
β”œβ”€β”€ biome.json          # Linting configuration
β”œβ”€β”€ tsconfig.json       # TypeScript configuration
β”œβ”€β”€ docker-compose.yml  # Docker Compose configuration
β”œβ”€β”€ Dockerfile          # Docker build configuration
└── package.json        # Project dependencies

πŸ“Š Implementation Status

CategoryImplementedPending Implementation
Core APIβœ… Get Information<br>βœ… Create Instance<br>βœ… Fetch Instances<br>βœ… Instance Connect<br>βœ… Restart Instance<br>βœ… Connection State<br>βœ… Logout Instance<br>βœ… Delete Instance<br>βœ… Set Presence❌ Check is WhatsApp
Webhook & Settingsβœ… Set Webhook<br>βœ… Find Webhook<br>βœ… Set Settings<br>βœ… Find Settings
Messagingβœ… Send Plain Text<br>βœ… Send Status<br>βœ… Send Media<br>βœ… Send WhatsApp Audio<br>βœ… Send Sticker<br>βœ… Send Location<br>βœ… Send Contact<br>βœ… Send Reaction<br>βœ… Send Poll<br>βœ… Send List<br>βœ… Send Buttons❌ Mark Message As Read<br>❌ Mark Message As Unread<br>❌ Archive Chat<br>❌ Delete Message for Everyone<br>❌ Update Message<br>❌ Send Presence (Chat Ctrl)
Chat & Contactsβœ… Find Contacts<br>βœ… Find Chats❌ Update Block Status<br>❌ Fetch Profile Picture URL<br>❌ Get Base64<br>❌ Find Messages<br>❌ Find Status Message
Groupsβœ… Find Group by JID<br>βœ… Fetch All Groups<br>βœ… Find Group Members❌ Create Group<br>❌ Update Group Picture<br>❌ Update Group Subject<br>❌ Update Group Description<br>❌ Fetch Invite Code<br>❌ Revoke Invite Code<br>❌ Send Group Invite<br>❌ Find Group by Invite Code<br>❌ Update Group Members<br>❌ Update Group Setting<br>❌ Toggle Ephemeral<br>❌ Leave Group
Profile Settings❌ Fetch Business Profile<br>❌ Fetch Profile<br>❌ Update Profile Name<br>❌ Update Profile Status<br>❌ Update Profile Picture<br>❌ Remove Profile Picture<br>❌ Fetch Privacy Settings<br>❌ Update Privacy Settings
Bot Integrations❌ Typebot Integrations<br>❌ OpenAI Integrations<br>❌ Evolution Bot<br>❌ Dify Bot<br>❌ Flowise Bot
Other Integrations❌ Chatwoot<br>❌ Websocket<br>❌ SQS<br>❌ RabbitMQ

For more information, refer to the Evolution API Documentation.

Examples

  • examples/hono-bun/ - pequeno servidor Hono para Bun (exemplo salvo). Veja examples/hono-bun/README.md para instruΓ§Γ΅es de execuΓ§Γ£o.