Skip to content

stripe mcp server for Zed

io.github.friendlygeorge/stripe-mcp-server

MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices

client:Zed transport:stdio runtime:npm

Install stripe mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "stripe-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "stripe-mcp-server"
      ]
    }
  }
}

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

stripe mcp server in other clients