AugmentClaude
OfficialMCP server · httpRequires credentials

💳Stripe

By Stripe· 1,600

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

  1. 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
  2. Note the server's URL.
    Server URL
    Sign up to copy

    Paste this into the next step's `claude mcp add` command.

  3. 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.

  4. Restart Claude Code.

    Quit and reopen Claude Code so it picks up the new MCP registration. Run /mcp inside Claude Code to confirm the server is connected.

  5. 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.