Stripe for VS Code
io.github.mcp-dir/stripe-mcp
Payments and billing on Stripe with the full official REST API (api.stripe.com), covers the entire d
client:VS Code
transport:streamable-http
tools:7
Install Stripe in VS Code
.vscode/mcp.json
{
"servers": {
"stripe-mcp": {
"type": "http",
"url": "https://api.mcp.ai/p_stripe"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs