Skip to content
skillsaggregatorskillsaggregator
Major-vendorstdio● online

Stripe MCP

by Stripe · Payments

Source

Inspect customers, charges, subscriptions, refunds, and billing data via Stripe's API.

Works with:Claude CodeCursorWindsurfOpenCode
readwritesearchcustomerschargessubscriptions

Install

Run this command in your terminal:

claude mcp add --transport stdio mcp-stripe -- npx -y @stripe/mcp --tools=all --api-key=${STRIPE_API_KEY}

Before running, set: STRIPE_API_KEY

Authentication

API key

Required environment variables:

  • STRIPE_API_KEY

See the setup guide for step-by-step instructions on obtaining these credentials.

Official Stripe MCP. Supports both test and live mode keys.

Skills that use this MCP