Payment processing and subscription management
Integrate Stripe payment processing into your applications. Create payment intents, manage subscriptions, handle customers, and process refunds with AI assistance.
{
"mcpServers": {
"stripe": {
"env": {
"STRIPE_SECRET_KEY": "sk_test_..."
},
"args": [
"-y",
"@stripe/mcp-server"
],
"command": "npx"
}
}
}STRIPE_SECRET_KEYsk_test_...