Stripe
Official
🛒 Commerce
Manage payments, customers, subscriptions, invoices, and products through the official Stripe API integration.
Tags
Tools (25)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp"
],
"env": {
"STRIPE_API_KEY": "your-stripe-api-key-here"
}
}
}
}