MCP Evolution API

by genera-ai

1 stars
245 downloads
Not rated
GitHub

About

MCP server for evolution api, the non official api for whatsapp

Details

Author
genera-ai
GitHub stars
1
Downloads
245
Categories
Developer Tools

- Create new WhatsApp instances via Evolution API
- List all available WhatsApp instances
- Retrieve QR code for instance connection
- Send text messages to WhatsApp contacts
- All endpoints protected by API key authentication

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Evolution API
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure environment variables (EVOLUTION_API_URL, EVOLUTION_API_KEY, PORT, API_KEY) in a .env file. Run locally with npm run dev or in production with npm run build then npm start. Deploy via Docker using docker run -d -p 3000:3000 ... or Docker Compose. Use the exposed tools through HTTP endpoints authenticated with a X-API-Key header.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp evolution api": {
            "mcp-evolution-api": {
                "command": "docker",
                "args": [
                    "run",
                    "-d",
                    "-p",
                    "3000:3000",
                    "\\"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-evolution-api": {
        "command": "docker",
        "args": [
            "run",
            "-d",
            "-p",
            "3000:3000",
            "\\"
        ]
    }
}

MCP Evolution API

Servidor MCP (Model Context Protocol) para integração com a Evolution API do WhatsApp.

📋 Visão Geral

Este servidor MCP permite que modelos de linguagem interajam com o WhatsApp através da Evolution API, habilitando recursos como:
- Gerenciamento de instâncias do WhatsApp
- Envio de mensagens de texto
- Obtenção de QR Code para conexão
- Verificação de status de instâncias

🚀 Configuração Rápida

Requisitos

- Node.js 18 ou superior
- NPM ou Yarn
- Acesso a uma instalação da Evolution API (URL e chave de API)

Configuração de Ambiente

Crie um arquivo .env com suas credenciais da Evolution API:

```env

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.