💳Stripe
Manage Stripe customers, subscriptions, and invoices — and search Stripe docs.
What it does
Stripe's official hosted MCP server connects Claude to your Stripe account.
What it gives Claude:
- Create and inspect customers, subscriptions, invoices, and refunds
- Answer questions from Stripe's documentation
- Manage payment-related resources
Authenticates over OAuth on first connect. Prefer test mode / a restricted key while experimenting. A local option exists via the @stripe/mcp npm package with a secret API key.
Installation
- Make sure Claude is on your device and in your terminal.
MCP servers register with Claude Code via
claude mcp add. You need Claude Code installed first:npm i -g @anthropic-ai/claude-code - Note the server's URL.Server URLSign up to copy
Paste this into the next step's `claude mcp add` command.
- Configure credentials.
OAuth on first connect — run `/mcp` to authorize. Use test mode or a restricted key while experimenting so Claude can't touch live funds.
- Restart Claude Code.
Quit and reopen Claude Code so it picks up the new MCP registration. Run
/mcpinside Claude Code to confirm the server is connected. - Use it.
Ask Claude naturally. It will call the server's tools when your request matches one. Tool calls show up inline so you can see exactly what Claude is doing.
Prefer to read the source first? Open on GitHub.