Stripe Vendor Finance

Stripe

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

1,740 stars 325 forks Last commit today Language TypeScript License MIT
Sign in to like, install, or save to a bundle → View on GitHub → Docs ↗

Install

npm install -g @stripe/mcp

Maintain this server? Add the badge

Show your README readers it's in a curated directory — and give them a one-click path to install docs and config.

Listed on Prismix ← links back here

Markdown

[![Listed on Prismix](https://prismix.dev/api/badge/mcp/stripe.svg)](https://prismix.dev/mcp/stripe)
Theme-aware version (auto dark/light on GitHub) →
<a href="https://prismix.dev/mcp/stripe"><picture><source media="(prefers-color-scheme: dark)" srcset="https://prismix.dev/api/badge/mcp/stripe.svg?theme=dark"><img alt="Listed on Prismix" src="https://prismix.dev/api/badge/mcp/stripe.svg"></picture></a>

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