paymentsOfficial
Stripe MCP
85
Stripe
Integrate Stripe APIs for payments, subscriptions, customers, and invoices directly from your AI editor using the official Stripe agent toolkit.
1.4k36.5k/wk7.7K tokens(4%)Officialyesterday
Network
paymentsstripesubscriptionsinvoicesbilling
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all"
],
"env": {
"STRIPE_SECRET_KEY": "YOUR_STRIPE_SECRET_KEY"
}
}
}
}Part of these stacks
Recommended Skills
Skills specialize your AI editor when working with Stripe MCP. Learn more
Stripe Best PracticesOfficialbest-practices
Official Stripe skill covering payment API patterns, Checkout Sessions, PaymentIntents, PCI compliance, and idempotency.
Upgrade StripeOfficialworkflow
Official Stripe skill for upgrading API versions, SDKs, Stripe.js, and mobile SDKs safely.