This MCP connects Claude Code to the Stripe API. The assistant can interact with the payments platform directly.
Given your secret key, it reaches the resources in your Stripe account.
You can look up customers, create charges, track payments, and explore other API resources. It’s useful for automating billing tasks and investigating what’s happening in the account without opening the dashboard.
When to use
- When you want to look up Stripe customers or payments.
- To automate creating charges or subscriptions.
- While debugging a payment flow during development.
How to use
After installing, provide your Stripe secret key and the MCP becomes available. Ask Claude Code to “list the latest payments” or “create a charge for this customer”.