Stripe MCP Server enables AI assistants to manage Stripe payment operations through natural language. Process payments, manage subscriptions, handle invoices, and analyze financial data without complex API calls.
73% of businesses struggle with payment integration. Complex APIs, subscription logic, invoice management - payment processing shouldn't be this hard.
Stripe MCP transforms payments into conversations. Process transactions, manage subscriptions, and handle refunds naturally. Your AI becomes your payment operations team.
Process payments, refunds, and disputes through natural language.
Create, update, and manage recurring subscriptions effortlessly.
Track revenue, analyze trends, and generate financial reports.
PCI compliance and fraud detection built-in.
Install Stripe MCP
npm install -g stripe-mcp-server
Get your Stripe API keys
From Stripe Dashboard → Developers → API keys
Configure Claude Desktop
{
"mcpServers": {
"stripe": {
"command": "stripe-mcp",
"env": {
"STRIPE_SECRET_KEY": "sk_test_..."
}
}
}
}
Start processing!
Try: "Create a $99 monthly subscription plan"
Manage subscriptions and recurring billing.
Process payments and handle refunds.
Split payments and manage vendors.
Payment processing:
"Charge $50 to customer cus_ABC123"
Subscription management:
"Create a $29/month subscription plan with 14-day trial"
Invoice handling:
"Send an invoice for $500 to john@example.com"
Analytics:
"Show revenue breakdown for last month"
Yes! Stripe handles all PCI compliance. No sensitive card data touches your servers.
Full test mode support with test API keys for safe development.
Complete refund management including partial refunds and dispute handling.
Yes! Process payments in 135+ currencies with automatic conversion.
Full webhook support for real-time payment events and notifications.