MCP ServersStripe MCP
Stripe MCP
Official Stripe MCP server for managing customers, payments, and subscriptions.
OfficialFinancePaymentsfree
How to Install
1
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2
2. Click 'Visit Source' below to get the code or package
3
3. Follow the README instructions in the project
4
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all",
"--api-key=YOUR_STRIPE_SECRET_KEY"
]
}
}
}Key Features
Customer management
Payment processing
Subscription handling
Refunds
Server Details
Official Stripe MCP server for managing customers, payments, and subscriptions.
Visit Source / Official Link
Go to the official repository for source code, docs, and installation.
GitHub