Major-vendorstdio● online
Stripe MCP
by Stripe · Payments
Inspect customers, charges, subscriptions, refunds, and billing data via Stripe's API.
Works with:Claude CodeCursorWindsurfOpenCode
readwritesearchcustomerschargessubscriptions
Install
Run this command in your terminal:
claude mcp add --transport stdio mcp-stripe -- npx -y @stripe/mcp --tools=all --api-key=${STRIPE_API_KEY}Before running, set: STRIPE_API_KEY
Authentication
API key
Required environment variables:
- STRIPE_API_KEY
See the setup guide for step-by-step instructions on obtaining these credentials.
Official Stripe MCP. Supports both test and live mode keys.
Skills that use this MCP
stripe
This skill operates directly on live Stripe payment and subscription data.
stripe-best-practices
This skill validates and tests Stripe integration code against the live Stripe API.
upgrade-stripe
Upgrade steps are verified against the live Stripe API to confirm new method signatures.
stripe-webhooks
Webhook testing and signature verification require direct Stripe API access.

