BACK TO MCP SERVERS
dev-toolsclaude-codecursorclinewindsurf

Stripe MCP Server

Official Stripe MCP Server enabling AI assistants to inspect customer subscriptions, manage payments, and debug Stripe API integrations.

Stripe MCP Server

The official Stripe MCP Server provides AI coding agents with capabilities to query Stripe resources, inspect customer objects, and build billing features.

Capabilities

  • Customer & Billing Inspection: Query customer records, subscription statuses, invoice histories, and payment intents.
  • API Documentation & Code Generation: Access Stripe developer docs and generate type-safe SDK code snippets for server side integration.
  • Webhook Debugging: Inspect event logs, test webhooks, and diagnose failed payment events during development.

Configuration

Configure your client with your Stripe secret API key:

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": ["-y", "@stripe/mcp"],
      "env": {
        "STRIPE_SECRET_KEY": "sk_test_..."
      }
    }
  }
}
GitHub SourceGitHub Stars
Last verified 2026-07-26