Skip to content
MCP-BridgeMCP-Bridge
Finance & Payments

Stripe API MCP Config

The Stripe REST API. Please see https://stripe.com/docs/api for more details.

Config URL

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

https://mcpbridge.org/config/stripe-com.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "stripe-com": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/stripe-com"
      ],
      "env": {
        "STRIPE_API_API_KEY": "your_stripe_api_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "stripe-com": {
      "url": "https://mcpbridge.org/config/stripe-com.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "stripe-com": {
      "url": "https://mcpbridge.org/config/stripe-com.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/stripe-com.json to fetch programmatically.

{
  "mcpServers": {
    "stripe-com": {
      "command": "npx",
      "args": ["-y","@mcp/stripe-com"],
      "env": {
      "STRIPE_API_API_KEY": "your_stripe_api_api_key"
}
    }
  }
}

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://mcpbridge.org/config/stripe-com.json

Environment Variables

STRIPE_API_API_KEY

Replace your_stripe_api_api_key with your actual stripe api api key

Endpoints

GET/v1/account

GetAccount

POST/v1/account_links

PostAccountLinks

GET/v1/accounts

GetAccounts

POST/v1/accounts

PostAccounts

GET/v1/accounts/{account}

GetAccountsAccount

POST/v1/accounts/{account}

PostAccountsAccount

DELETE/v1/accounts/{account}

DeleteAccountsAccount

POST/v1/accounts/{account}/bank_accounts

PostAccountsAccountBankAccounts

GET/v1/accounts/{account}/bank_accounts/{id}

GetAccountsAccountBankAccountsId

POST/v1/accounts/{account}/bank_accounts/{id}

PostAccountsAccountBankAccountsId