Skip to content

mcp evolution api for Zed

io.github.codespar/mcp-evolution-api

MCP server for Evolution API — WhatsApp messaging, instances, contacts

client:Zed transport:stdio runtime:npm

Install mcp evolution api in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-evolution-api": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-evolution-api"
      ],
      "env": {
        "EVOLUTION_API_KEY": "<EVOLUTION_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp evolution api in other clients