mcp stripe for Zed
io.github.codespar/mcp-stripe
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)
client:Zed
transport:stdio
runtime:npm
Install mcp stripe in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-stripe": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-stripe"
],
"env": {
"STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>",
"STRIPE_API_VERSION": "<STRIPE_API_VERSION>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs