§ MCP Server · Infrastructure

Official

Stripe.

by Stripe

Customers, subscriptions, and payments via Stripe API.

Runs in Claude · Cursor · ChatGPT · Windsurf — any MCP-compatible client

Install

npx @stripe/mcp --tools=all --api-key=sk_...

Transports

Streamable HTTP

Tools exposed

20

§ Add to your AI client

Drop this into your client's MCP config — claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor — then restart the app. Replace placeholder paths and credentials with your own.

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "@stripe/mcp",
        "--tools=all",
        "--api-key=sk_..."
      ]
    }
  }
}

§ About

First-party Stripe MCP server. Look up customers, list subscriptions, refund charges, and read product configuration. The integration for any agent that needs to answer billing questions or perform back-office payment operations.

§ Features

  • Customer and subscription lookup
  • Charge and refund inspection
  • Product and price reads
  • Restricted-key support for least privilege

§ Use cases

Customer-support copilotsBilling-question triageInternal finance Q&A bots

§ Related MCP servers

Open standardSubmit a server →