Servers
MCP Evolution API Supergateway
@brunonuzzi
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"evo-mcp": {
"command": "docker",
"args": [
"build",
"--pull",
"--rm",
"-f",
"Dockerfile",
"-t",
"mcp-evo-supergateway:latest",
"."
]
}
}
}