About
Overview
The Stripe MCP Server enables AI agents to interact with Stripe's payment platform. It provides tools for creating payment intents, managing customers and subscriptions, listing charges, handling refunds, and accessing Stripe dashboard data.
Capabilities
Tools & Capabilities
⚡list_customers
List Stripe customers
⚡create_customer
Create a new customer
⚡list_charges
List recent charges
⚡create_payment_intent
Create a payment intent
⚡list_subscriptions
List active subscriptions
⚡create_refund
Create a refund for a charge
⚡get_balance
Get the current account balance
Setup
Installation
bash
Install
npx -y @stripe/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@stripe/mcp-server"],
"env": {
"STRIPE_SECRET_KEY": "sk_your-key"
}
}
}
}Quick Info
Authorstripe
LanguageTypeScript
StatusStable
Stars★ 380
Last UpdatedFeb 12, 2026