Official Stripe integration β manage payments, customers, subscriptions, and revenue from your AI agent
The official Stripe MCP server gives AI agents safe, structured access to the entire Stripe API. Manage your revenue operations through natural language β no more context-switching to the Stripe dashboard. Features: - Create and manage customers, payment intents, and invoices - Query subscription status and manage billing cycles - Generate payment links and manage products/prices - Access balance, payouts, and financial reports - Handle refunds and disputes - Webhook event inspection and replay - Test mode support β safely experiment without real charges Use cases: - "Check the subscription status of user john@example.com" - "Create a payment link for the Pro plan at $49/month" - "Show me all failed payments in the last 7 days" - "Issue a refund for charge ch_xxx" This is the definitive way to give your AI agent access to your Stripe account. Built and maintained by Stripe.
File location: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"stripeMcp": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp"
],
"env": {
"STRIPE_SECRET_KEY": "sk_test_..."
}
}
}If you maintain Stripe MCP, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/stripe-mcp)