Skip to content
Gemini CLI

Stripe MCP for Gemini CLI

io.github.robinafaruqia/stripe-mcp

Read-only MCP server for querying Stripe customers, payments, and invoices.

client:Gemini CLI transport:stdio runtime:npm

Install Stripe MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "stripe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@devtechtricks/stripe-mcp"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Stripe MCP in other clients