Getting Started

Setup ClaudMax in under a minute. Choose your platform below.

Drop-in Compatible

Use Claude Code, Python SDK, or any Anthropic client — just change the base URL.

🛡️

Per-Key Budgets

Set 5-hour rolling window token limits per API key. Automatic resets.

🔍

MCP Tools

Web search and image analysis tools for Claude Code via MCP.

Prerequisites

Before setting up ClaudMax, make sure you have:

  • Node.js 18+ — Download from nodejs.org
  • ClaudMax API key — Get one from your admin or reseller
  • Supported IDE — Claude Code CLI, VS Code, Cursor, Windsurf, Cline, or Roo Code

Quick Install

The fastest way to get started. Run the interactive wizard:

terminal
npx claudmax

What it does:

  • Asks for your API key
  • Lets you choose which IDEs to configure
  • Installs ClaudMax MCP tools (web search & image analysis)
  • Configures your IDE with the correct settings
  • Verifies your connection

Windows (PowerShell)

PowerShell (Administrator)
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
irm https://claudmax.pro/setup.ps1 | iex

macOS / Linux

terminal
curl -fsSL https://claudmax.pro/setup.sh | bash