Skip to content
Claude Desktop

Stripe MCP for Claude Desktop

io.github.robinafaruqia/stripe-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install Stripe MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Stripe MCP in other clients