MCP Marketplace logo
MCP
All servers
Stripe

Stripe

verified

Read and write Stripe customers, subscriptions, and invoices.

by Stripe3.8kMITupdated 1mo agoadded 1y ago

Official Stripe MCP server. Create payment links, query subscriptions, refund charges.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp",
        "--tools=all"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "sk_live_xxx"
      }
    }
  }
}

Related servers