Integrate Stripe payment processing into your applications. Create payment intents, manage subscriptions, handle customers, and process refunds with AI assistance.
How to Use
1
Sign up for a Stripe account at https://stripe.com
2
Get your secret key from the Stripe Dashboard
3
Add the configuration with your Stripe secret key
4
Use test keys (sk_test_) for development
Server Config
{
"mcpServers": {
"stripe": {
"env": {
"STRIPE_SECRET_KEY": "sk_test_..."
},
"args": [
"-y",
"@stripe/mcp-server"
],
"command": "npx"
}
}
}