Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Evolution Whatsapp Api

    MCP server for evolution, the non official api for whatsapp

    20 stars
    TypeScript
    Updated Oct 15, 2025

    Table of Contents

    • Overview
    • 📂 Project Structure
    • 🚀 Quick Setup
    • Environment Setup
    • 📋 Deployment Options
    • Claude Desktop Configuration
    • 📊 Implementation Status
    • Examples

    Table of Contents

    • Overview
    • 📂 Project Structure
    • 🚀 Quick Setup
    • Environment Setup
    • 📋 Deployment Options
    • Claude Desktop Configuration
    • 📊 Implementation Status
    • Examples

    Documentation

    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

    code
    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

    🚀 Quick Setup

    Environment Setup

    Create a .env file with your Evolution API credentials:

    code
    EVOLUTION_API_URL=https://evo-api.decisao.ai/
    EVOLUTION_API_KEY=REPLACE_WITH_YOUR_REAL_KEY

    Note: you provided the API URL and a key. For security, never commit real API keys to the repository or share them publicly. Use a local .env file or a secrets manager in production.

    📋 Deployment Options

    EnvironmentStepsCommand
    Local Development1. Clone and install2. Run in dev modegit clone https://github.com/aiteks-ltda/mcp-evo-api.git && cd mcp-evo-api && bun installbun run dev
    Local Production1. Clone and install2. Build and rungit clone https://github.com/aiteks-ltda/mcp-evo-api.git && cd mcp-evo-api && bun installbun run build && bun run dist/main.js
    Docker ComposeRun with Docker Composegit clone https://github.com/aiteks-ltda/mcp-evo-api.git && cd mcp-evo-apidocker-compose up -d
    DockerBuild and run containerdocker run -d -p 3000:3000 -e EVOLUTION_API_URL=yoururl -e EVOLUTION_API_KEY=yourkey --name mcp-evo-api ghcr.io/aiteks-ltda/mcp-evo-api:latest

    Claude Desktop Configuration

    Add this to your Claude Desktop config file (typically located at ~/Library/Application Support/Claude/claude_desktop_config.json):

    json
    {
      "mcpServers": {
        "evo-api": {
          "command": "node",
          "args": [
            "/path/to/your/mcp-evo-api/dist/main.js"
          ]
        }
      }
    }

    If using the Docker deployment:

    json
    {
      "mcpServers": {
        "evo-api": {
          "url": "http://localhost:3000"
        }
      }
    }

    📊 Implementation Status

    CategoryImplementedPending 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.

    Examples

    • examples/hono-bun/ - pequeno servidor Hono para Bun (exemplo salvo). Veja examples/hono-bun/README.md para instruções de execução.

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Browser Kit

      TypeScript·
      36
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Browser Kit

      TypeScript·
      36
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k