Analytics
Verified
Trust: 54/100 (Fair)Stripe MCP Guide
Process payments, manage subscriptions, query transaction data, and handle refunds through Stripe APIs.
445 stars 17,800 downloadsby Stripe
Quick Start
Install
npx @mcp/stripeClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"stripe-mcp": {
"command": "npx",
"args": [
"@mcp/stripe"
]
}
}
}What Stripe MCP Can Do
query_payments
Search payment history
manage_subscriptions
Create and manage subscriptions
process_refunds
Issue refunds
Permissions Required
Stripe MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
stripe.read | Read Stripe data | low |
stripe.write | Process payments and refunds | critical |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |