Stripe MCP server
Query and manage Stripe payments and customers.
finance
How it runs
Stripe is a stdio MCP server. mcpfold launches it with:
npx -y @stripe/mcpAdd to your config
mcpfold add @stripe/mcpNeeds a token — mcpfold stores it as a reference (${env:STRIPE_SECRET_KEY}), never a value.
Listed for convenience; mcpfold is not affiliated with or endorsed by this project.