Skip to content
Zed

ecardwidget mcp for Zed

io.github.ecardwidget/ecardwidget-mcp

Send eCards, run bulk campaigns, and automate recurring cards from your AI assistant.

client:Zed transport:stdio runtime:npm

Install ecardwidget mcp 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": {
    "ecardwidget-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ecardwidget-mcp"
      ],
      "env": {
        "ECW_API_KEY": "<ECW_API_KEY>",
        "ECW_BASE_URL": "<ECW_BASE_URL>"
      }
    }
  }
}

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

ecardwidget mcp in other clients