Skip to content
MCP-Bridge
Finance & PaymentsAPI KeyOfficial MCP

Stripe API MCP Server

Process payments, manage subscriptions, and handle billing. Let your AI agent interact with Stripe seamlessly.

Quick Setup

Transport: STDIO

Command: npx -y @modelcontextprotocol/server-stripe

Environment Variables

STRIPE_API_KEY

Example: sk_live_...

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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

Endpoints

GET/v1/charges

List all charges

POST/v1/charges

Create a charge

GET/v1/customers

List all customers

POST/v1/customers

Create a customer