Loading MCP server directory, please wait...
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
npx @getmcp/cli add io.github.codespar/mcp-stripeRequires Node.js 18+. Community-contributed server. Review source before installing.
STRIPE_SECRET_KEYStripe secret key (sk_test_... for test mode, sk_live_... for live mode). The key prefix selects the environment — no separate base URL.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-stripe": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-stripe"
],
"env": {
"STRIPE_SECRET_KEY": "",
"STRIPE_API_VERSION": ""
}
}
}
}