Stripe MCP
Install
npx @stripe/mcp-server
About
Full Stripe API integration for AI agents. Create customers, manage subscriptions, process payments, handle invoices, and more — all through MCP protocol. Production-ready with built-in error handling and rate limiting.
MCP Config
Add this to your MCP configuration file:
{
"mcpServers": {
"stripe-mcp": {
"command": "npx @stripe/mcp-server"
}
}
}