Skip to content
Zed

mcp zenvia for Zed

io.github.codespar/mcp-zenvia

MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports

client:Zed transport:stdio runtime:npm

Install mcp zenvia 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-zenvia": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-zenvia"
      ],
      "env": {
        "ZENVIA_API_TOKEN": "<ZENVIA_API_TOKEN>"
      }
    }
  }
}

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

mcp zenvia in other clients