Stripe MCP Server
Access Stripe payments, customers, subscriptions, and invoices from Claude Code.
claude mcp add stripe -- npx -y @stripe/mcp
You can also call this service directly via its API: Stripe API
Use the MCP when:
You want plug-and-play integration with Claude Code and don't need custom logic around the calls.
Use the API when:
You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.
About
Stripe's official MCP server brings payment operations into Claude Code. Query customers, list subscriptions, check payment statuses, review invoices, and debug webhook events. Read-focused by default for safety, with optional write access for creating test data. Essential for debugging payment flows without the Stripe dashboard.
Tags
Score Breakdown
Performance
Scores
Related
PayPal MCP Server
Access PayPal transactions, orders, and payment data from Claude Code.
claude mcp add paypal -- npx -y @paypal/mcpStripe API
Payment processing - charges, subscriptions, invoices, and Connect.
npm install stripeGitHub MCP Server
Access GitHub repos, issues, PRs, and actions directly from Claude Code.
claude mcp add github -- npx -y @modelcontextprotocol/server-github