Install
npx @stripe/mcp --tools=all --api-key=sk_...Transports
Tools exposed
20
§ Add to your AI client
Drop this into your client's MCP config — claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor — then restart the app. Replace placeholder paths and credentials with your own.
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"@stripe/mcp",
"--tools=all",
"--api-key=sk_..."
]
}
}
}§ About
First-party Stripe MCP server. Look up customers, list subscriptions, refund charges, and read product configuration. The integration for any agent that needs to answer billing questions or perform back-office payment operations.
§ Features
§ Use cases
§ Related MCP servers