mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
12 lines
302 B
JSON
12 lines
302 B
JSON
{
|
|
"mcpServers": {
|
|
"stripe": {
|
|
"description": "Let your AI agents interact with the Stripe API by using our MCP server.",
|
|
"command": "npx",
|
|
"args": ["-y", "@stripe/mcp", "--tools=all"],
|
|
"env": {
|
|
"STRIPE_SECRET_KEY": "your_stripe_secret_key_here"
|
|
}
|
|
}
|
|
}
|
|
} |