3 hours ago
Connect Claude to your Stripe account via natural language. Query customers, revenue, invoices, subscriptions, disputes, and issue refunds — 7 tools, idempotency-safe writes, pinned API version to prevent silent breakage.
Server Config
{
"mcpServers": {
"stripe": {
"command": "node",
"args": [
"/path/to/stripe-mcp-server/index.js"
],
"env": {
"STRIPE_SECRET_KEY": "<YOUR_STRIPE_RESTRICTED_KEY>"
}
}
}
}