Quick Use
Add the following to .mcp.json:
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@stripe/mcp-server"],
"env": { "STRIPE_SECRET_KEY": "sk_test_..." }
}
}
}Intro
Stripe MCP is Stripe's official MCP server with 2,000+ GitHub stars. AI agents can process payments, manage customers, create subscriptions, and query revenue through natural language. Ideal for developers integrating Stripe payments.
Source & Thanks
Created by Stripe. Licensed under MIT.
stripe-mcp — ⭐ 2,000+