Stripe MCP server

Stripe × Claude

Use the Stripe MCP server
in Claude

Look up customers, payments, and subscriptions in Stripe; issue refunds when needed. This guide connects Stripe to Claude (claude.ai and the Claude desktop app) through a governed gateway — one URL that also works in every other MCP client you use, with your rules and a full log attached.

Live-probed · Security-scanned · OAuth sign-in

Setup: Stripe in Claude

Claude adds MCP servers via custom connectors in Settings. The gateway route takes about two minutes:

  1. Create a free gate gateway and connect Stripe to it from the verified directory (one click).
  2. Open claude.ai → Settings → Connectors and click 'Add custom connector'.
  3. Name it 'gate' and paste your gateway URL, then approve the authorization.
  4. Ask Claude something Stripe can answer — the call runs through your gateway, with your rules applied and logged.

What to ask once it’s connected

How much revenue did we make this week?
Find this customer's subscription and their last invoice.
Which subscriptions failed to renew this month?
Refund this payment and note the reason.

Why route it through a gateway

One URL, every client

The same Stripe connection works in Claude Code, ChatGPT, Cursor, VS Code too — no per-client re-wiring.

Rules before regret

Allow, ask, or block every tool Stripe exposes — reads can flow freely while writes require your approval.

Every call logged

A plain-language activity log of everything Claude did with Stripe — searchable, exportable, auditable.

Scanned and probed

Stripe passed a live handshake probe and a security scan before listing — and drift detection watches it after you connect.

Also available: Stripe in Claude Code · Stripe in ChatGPT · Stripe in Cursor · Stripe in VS Code