Dev Hub Solutions

Product studio

Get in touch
Ops & monitoringCommunity

Stripe MCP Server

Look up customers, charges and subscriptions. Read-only by default.

customerschargessubscriptionsinvoices

The Stripe MCP server gives your AI client read access to Stripe customers, charges, subscriptions, and invoices. Useful for support and billing operations — answer customer questions about charges, look up subscription status, or audit a refund — without granting full Stripe dashboard access.

Install in your client

Copy and paste — no manual config. Replace placeholder values for STRIPE_API_KEY.

run in any terminal

STRIPE_API_KEY="<your-stripe-api-key>" claude mcp add stripe npx -y mcp-server-stripe

Package: mcp-server-stripe

Common use cases

  • Build a billing-ops assistant that answers customer questions from Stripe data
  • Audit refunds, disputes, or unusual subscription patterns from a conversation
  • Look up customer charge history during a support escalation

Note

Read-only by default. If you grant write scopes, the AI can issue refunds and modify subscriptions — be deliberate about that.