Install guide and config at curatedmcp.com
Stripe MCP: Let Your AI Agent Manage Your Entire Revenue Stack
Stop context-switching between your IDE and the Stripe dashboard. Stripe MCP is the official Model Context Protocol server that gives Claude, Cursor, and other AI agents safe, structured access to your entire Stripe API—so you can manage payments, customers, subscriptions, and billing through natural language.
What It Does
Stripe MCP unlocks a new workflow: instead of manually navigating dashboards or writing API calls, you ask your AI agent to handle revenue operations. Create and manage customers, payment intents, and invoices. Query subscription statuses and billing cycles. Generate payment links. Access financial reports and balance data. Handle refunds, inspect webhooks, and replay events—all without leaving your agent conversation.
The server runs in test mode by default, so you can safely experiment without touching real charges. It's built and maintained by Stripe, meaning it's kept in sync with API updates and follows Stripe's security best practices. Perfect for developers who want their agents to autonomously handle billing workflows, respond to customer payment issues, or generate revenue reports on demand.
How to Install
Install via npm:
npx -y @stripe/mcp
Then add it to your Claude Desktop config:
{
"mcpServers": {
"stripe-mcp": {
"command": "npx -y @stripe/mcp"
}
}
}
Authenticate using your Stripe API keys (restrict to test keys initially). Once connected, your agent has access to the full Stripe toolkit.
Real-World Use Cases
- Instant subscription checks: Ask Claude "What's the subscription status for john@example.com?" and get live billing data without opening Stripe.
- Self-service payment links: "Create a payment link for the Pro plan at $49/month" — your agent generates a link, you share it.
- Billing triage: "Show me all failed payments in the last 7 days" — your agent pulls the data so you can prioritize customer outreach.
Full install guides for Claude Desktop, Cursor, Windsurf, and more at CuratedMCP.
Top comments (0)