Skip to content
MCP-Bridge
Finance & PaymentsAuto-generated

Stripe API MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/stripe-com

Environment Variables

STRIPE_API_API_KEY

Example: your_stripe_api_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "stripe-com": {
      "command": "npx",
      "args": ["-y","@mcp/stripe-com"],
      "env": {
      "STRIPE_API_API_KEY": "your_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