Skip to content
Windsurf

stripe mcp server for Windsurf

io.github.friendlygeorge/stripe-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install stripe mcp server in Windsurf

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

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

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

stripe mcp server in other clients