S

Stripe MCP Server

Verified

Interact with the Stripe API for payments, customers, and subscriptions.

open-source 77/100 API Integrations stripe payments billing subscriptions fintech

A Model Context Protocol server for the Stripe payments platform. Enables AI agents to manage customers, payments, subscriptions, invoices, and products through the Stripe API.

Supports creating customers, processing payments, managing subscriptions, and querying transaction history with full Stripe API coverage.

Install

npx -y @stripe/mcp --tools=all --api-key=STRIPE_SECRET_KEY

MCP Client Config

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp",
        "--tools=all",
        "--api-key=STRIPE_SECRET_KEY"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "<your-secret-key>"
      }
    }
  }
}

Required Environment Variables

  • STRIPE_SECRET_KEY

Capabilities

Tools

create_customercreate_payment_intentlist_customerscreate_subscriptionlist_invoicescreate_product

Compatible With

Claude Desktop Claude Code Cursor

Metrics

1,200

GitHub Stars

8,900

Installs

720

Weekly

3

Open Issues