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_KEYExample: 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/accountGetAccount
POST
/v1/account_linksPostAccountLinks
GET
/v1/accountsGetAccounts
POST
/v1/accountsPostAccounts
GET
/v1/accounts/{account}GetAccountsAccount
POST
/v1/accounts/{account}PostAccountsAccount
DELETE
/v1/accounts/{account}DeleteAccountsAccount
POST
/v1/accounts/{account}/bank_accountsPostAccountsAccountBankAccounts
GET
/v1/accounts/{account}/bank_accounts/{id}GetAccountsAccountBankAccountsId
POST
/v1/accounts/{account}/bank_accounts/{id}PostAccountsAccountBankAccountsId