Skip to content
Zed

mcp chargebee for Zed

io.github.codespar/mcp-chargebee

MCP server for Chargebee — global subscription billing, recurring revenue orchestration

client:Zed transport:stdio runtime:npm

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

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

mcp chargebee in other clients