Finance & PaymentsAPI KeyOfficial MCP
Stripe API MCP Server
Process payments, manage subscriptions, and handle billing. Let your AI agent interact with Stripe seamlessly.
Quick Setup
Transport: STDIO
Command: npx -y @modelcontextprotocol/server-stripe
Environment Variables
STRIPE_API_KEYExample: sk_live_...
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y","@modelcontextprotocol/server-stripe"],
"env": {
"STRIPE_API_KEY": "sk_live_..."
}
}
}
}Endpoints
GET
/v1/chargesList all charges
POST
/v1/chargesCreate a charge
GET
/v1/customersList all customers
POST
/v1/customersCreate a customer