Interact with Stripe API for payments, customers, and subscriptions
The official Stripe MCP Server lets your AI assistant interact with the full Stripe API. Manage customers, products, subscriptions, payment links, invoices, and refunds through natural language.
Built by Stripe as part of their Agent Toolkit, the server supports all major Stripe resources. It uses your Stripe API key for authentication and supports both test and live mode.
Essential for developers building payment-integrated applications who want to prototype, debug, and manage Stripe resources without leaving their AI workflow.
Add this to your MCP configuration file:
{
"mcpServers": {
"stripe": {
"env": {},
"args": [
"-y",
"@stripe/mcp",
"--tools=all",
"--api-key=sk_test_****"
],
"command": "npx"
}
}
}Be the first to review this server!