CuratedMCP
πŸ’»
Claude Code
Free

How to Install Stripe MCP in Claude Code

Official Stripe integration β€” manage payments, customers, subscriptions, and revenue from your AI agent

What Stripe MCP does

The official Stripe MCP server gives AI agents safe, structured access to the entire Stripe API. Manage your revenue operations through natural language β€” no more context-switching to the Stripe dashboard. Features: - Create and manage customers, payment intents, and invoices - Query subscription status and manage billing cycles - Generate payment links and manage products/prices - Access balance, payouts, and financial reports - Handle refunds and disputes - Webhook event inspection and replay - Test mode support β€” safely experiment without real charges Use cases: - "Check the subscription status of user john@example.com" - "Create a payment link for the Pro plan at $49/month" - "Show me all failed payments in the last 7 days" - "Issue a refund for charge ch_xxx" This is the definitive way to give your AI agent access to your Stripe account. Built and maintained by Stripe.

stripe
payments
billing
subscriptions
revenue

Installation steps

  1. 1Copy the config below
  2. 2Open or create .claude/mcp.json in your project root
  3. 3Paste inside "mcpServers": {}
  4. 4Reload Claude Code

Configuration

File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)

.claude/mcp.jsonjson
{
  "stripeMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@stripe/mcp"
    ],
    "env": {
      "STRIPE_SECRET_KEY": "sk_test_..."
    }
  }
}
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain Stripe MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/stripe-mcp)](https://curatedmcp.com/marketplace/stripe-mcp)