Stripe
OfficialbyStripe
Stripe's official MCP server provides full access to the Stripe platform through their Agent Toolkit. Manage payments, customers, subscriptions, invoices, and refunds. Hosted at mcp.stripe.com with comprehensive API coverage.
API Key Required
Configuration
{
"mcpServers": {
"stripe": {
"url": "https://mcp.stripe.com",
"headers": {
"Authorization": "Bearer your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.