Stripe payment platform — manage customers, payments, subscriptions, invoices, and products
STRIPE_API_KEYnpx @getmcp/cli add stripeConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all",
"--api-key=STRIPE_API_KEY"
],
"env": {
"STRIPE_API_KEY": ""
}
}
}
}