Skip to content
MCP-Bridge
Guide

Stripe MCP Integration Guide

June 2026 · 4 min read

The Stripe MCP server connects your AI assistant to your Stripe account for payment processing, customer management, and subscription handling.

Capabilities

  • Create and list charges
  • Manage customers
  • Handle subscriptions
  • Process refunds
  • View payment history

Configuration

Get your config from our Stripe MCP page or paste:

{"mcpServers":{"stripe":{"command":"npx","args":["-y","@modelcontextprotocol/server-stripe"],"env":{"STRIPE_API_KEY":"sk_live_..."}}}}

Use your Stripe secret key from the Stripe Dashboard. Start with test keys in development.

Usage Examples

Ask your AI: “Show me my recent charges” or “Create a new customer for John Doe.” The Stripe MCP server handles the API calls automatically.

More APIs: Browse all 115+ MCP server configs in our directory.