Skip to content
Windsurf

mcp chargebee for Windsurf

io.github.codespar/mcp-chargebee

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

client:Windsurf transport:stdio runtime:npm

Install mcp chargebee in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mcp-chargebee": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-chargebee"
      ],
      "env": {
        "CHARGEBEE_SITE": "<CHARGEBEE_SITE>",
        "CHARGEBEE_API_KEY": "<CHARGEBEE_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp chargebee in other clients