Skip to content
MCP-Bridge
Finance & Payments

Stripe API MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/stripe.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/stripe.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/stripe.json

Environment Variables

STRIPE_API_KEY

Replace sk_live_... with your actual stripe api key

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