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-server

Configuration

{
  "mcpServers": {
    "stripe": {
      "command": "npx",
      "args": ["-y", "@stripe/mcp-server"],
      "env": {
        "STRIPE_SECRET_KEY": "your-stripe-secret-key"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub