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.3k36.5k/wk7.7K tokens(4%)Official2d ago
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"
}
}
}
}