Skip to content
Zed

stripe analytics for Zed

io.github.lordbasilaiassistant-sudo/stripe-analytics

Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude.

client:Zed transport:stdio runtime:npm

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

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

stripe analytics in other clients