evo-mcp
MCP Evo Supergateway is gateway application to interface with the Evolution API. It sets up an stdio MCP server defined in index.js and exposes it as a server-sent events (SSE) endpoint, making it ideal for remote connections or integration with tools like n8n.
Documentation
MCP Evolution API Supergateway
MCP Evo Supergateway is gateway application to interface with the Evolution API.
It sets up an stdio MCP server defined in `index.js` and exposes it as a server-sent events (SSE) endpoint, making it ideal for remote connections or integration with tools like n8n.
Getting Started
To get started, first clone this repository:
git clone https://github.com/brunonuzzi/evo-mcp.git
cd mcp-evo-supergatewayBuilding the Docker Image
To build the Docker image for this repository, run the following command:
docker build --pull --rm -f 'Dockerfile' -t 'mcp-evo-supergateway:latest' '.'Running the Docker Container
To run the Docker container, use the following command:
docker run -it --rm -p 8000:8000 mcp-evo-supergateway:latestEnvironment Variables
The application requires the following environment variables to be set:
- `EVOLUTION_APIKEY=`: Your API key for the Evolution service.
- `EVOLUTION_INSTANCE=`: The instance identifier for the Evolution service.
- `EVOLUTION_API_BASE=`: The base URL for the Evolution API.
Accessing the MCP SSE Server
Once the container is running, you can access the application at:
http://localhost:8000/sseTesting the Application
To test the application, run the following command:
npx @modelcontextprotocol/inspectorThen connect to:
http://localhost:8000/sseFrequently asked questions
What is evo-mcp?
evo-mcp is MCP Evo Supergateway is gateway application to interface with the Evolution API. It sets up an stdio MCP server defined in index.js and exposes it as a server-sent events (SSE) endpoint, making it ideal for remote connections or integration with tools like n8n.
How do I install evo-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is evo-mcp open source?
Yes — it is hosted on GitHub at https://github.com/brunonuzzi/evo-mcp and has 1 stars.
Related MCP tools
An MCP client for Neovim that seamlessly integrates MCP servers into your editing workflow with an intuitive interface for managing, testing, and using MCP s...
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
Model Context Protocol (MCP) plugin to connect with Unity Editor — designed for OpenAI, Gemini, Claude, Deepseek and Grok interoperability
A middleware to provide an openAI compatible endpoint that can call MCP tools Python-based implementation. Trusted by 800+ developers.
A text-based user interface (TUI) client for interacting with MCP servers using Ollama. Features include multi-server, dynamic model switching, streaming res...
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP