Skip to content
Zed

mcp stripe for Zed

io.github.codespar/mcp-stripe

MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)

client:Zed transport:stdio runtime:npm

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

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

mcp stripe in other clients