Stripe Vendor Finance

Stripe

Query the Stripe API — customers, subscriptions, charges, refunds, payment intents.

1,549 stars 265 forks Last commit today Language TypeScript License MIT
Sign in to like + track View on GitHub → Docs ↗

Install

npm install -g @stripe/mcp

Claude Desktop / Cursor config

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

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

About

Stripe's official MCP server. Read-mostly access to customers, subscriptions, charges, refunds, and payment intents. Write surface gated behind explicit confirmation tool calls — the agent can't silently refund an order.

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Finance servers