Stripe Vendor Finance

Stripe

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

1,641 stars 288 forks Last commit 4d ago Language TypeScript License MIT
Sign in to like, install, or save to a bundle → View on GitHub → Docs ↗

Install

npm install -g @stripe/mcp

Maintainer? Add the badge

Listed on Prismix ← shows on your README, links back here
[![Listed on Prismix](https://prismix.dev/api/badge/mcp/stripe.svg)](https://prismix.dev/mcp/stripe)

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