Access Stripe payment data for customer and transaction insights.
npx -y @stripe/mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Payment data access for business intelligence.
npx -y @stripe/mcp-server
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@stripe/mcp-server"],
"env": {
"STRIPE_SECRET_KEY": "sk_..."
}
}
}
}
MCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Stripe MCP Server in your preferred AI coding tool.
claude_desktop_config.json