analytics

Stripe MCP Server

Manage payments and subscriptions from Claude Code. Official Stripe AI toolkit for customers, invoices, products, and pricing.

Pricing: free Free and open source. Requires a Stripe account (no monthly fees, transaction-based pricing).

Features

  • Payment and subscription management
  • Customer and invoice operations
  • Product and price catalog management
  • Official remote MCP at mcp.stripe.com with OAuth
  • Local server option via npx
  • Permission-scoped via Restricted API Keys
  • Supports LangChain, Vercel AI SDK, and CrewAI

Setup Instructions

1. Create a Restricted API Key at dashboard.stripe.com/apikeys 2. Scope the key to only the permissions you need 3. Add to your Claude MCP settings: ``json { "mcpServers": { "stripe": { "command": "npx", "args": ["-y", "@stripe/mcp", "--api-key=YOUR_STRIPE_SECRET_KEY"] } } } `` 4. Restart Claude and verify the connection

Added: 2026-03-01