Stripe MCP Server

Official
Finance & Payments
stdio

Connect AI agents to Stripe for payment management. Create and manage customers, process payments, handle subscriptions, generate invoices, and query transaction history through the Stripe API.

Quick Install

$ npx -y @stripe/mcp-server-stripe

Environment Variables

VariableDescriptionRequired
STRIPE_SECRET_KEYStripe secret API keyYes

Configuration by Client

{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp-server-stripe"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "sk_test_xxxxxxxxxxxx"
      }
    }
  }
}

Need a different client? Use the Config Generator for Windsurf, Cline, Antigravity, and more.

Available Tools (4)

create_customercreate_payment_intentlist_chargescreate_invoice