These buttons will add the following configuration to VS Code...
{
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all"
],
"env": {
"STRIPE_SECRET_KEY": "${input:stripe_secret_key}"
},
"inputs": [
{
"type": "promptString",
"id": "stripe_secret_key",
"description": "Stripe secret API key",
"password": true
}
]
}