brunonuzzi/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.
Platform-specific configuration:
{
"mcpServers": {
"evo-mcp": {
"command": "npx",
"args": [
"-y",
"evo-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...