mcp stripe for Claude Desktop
io.github.codespar/mcp-stripe
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp stripe in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-stripe": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-stripe"
],
"env": {
"STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>",
"STRIPE_API_VERSION": "<STRIPE_API_VERSION>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs