Back to MCP Servers
Stripe Server
Manage Stripe payments, customers, subscriptions, and financial operations through natural language
paymentsstripefinancee-commercecommunity
Installation
npm install -g @stripe/mcp-serverConfiguration
{
"mcpServers": {
"stripe": {
"command": "npx",
"args": ["-y", "@stripe/mcp-server"],
"env": {
"STRIPE_SECRET_KEY": "your-stripe-secret-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes