Stripe MCP Server Config
MCP ServersIntegrate Stripe for payment processing guidance, API reference, and best practices.
2403/26/2026
Version 1
PublishedInitial version
Created 3/26/2026
Initial version — no previous version to compare
MCP Server Config
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-stripe"],
"env": {
"STRIPE_SECRET_KEY": "<your-secret-key>"
}
}
}
}