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.orgClaudMax API key— Get one from your admin or resellerSupported 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 claudmaxWhat 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 | iexmacOS / Linux
terminal
curl -fsSL https://claudmax.pro/setup.sh | bash