One-click Claude Code install
Auto-detects your system environment (Node.js / npm / brew, etc.) and installs the latest Claude Code CLI.
One-click Claude Code installer that auto-writes ANTHROPIC_BASE_URL / Token / Model. Supports MiniMax, Kimi, GLM, OpenRouter and other major third-party models with user- and project-level scopes.
Any Anthropic-protocol-compatible provider can be configured in claudecc with one click
From install to config, end-to-end
Auto-detects your system environment (Node.js / npm / brew, etc.) and installs the latest Claude Code CLI.
Writes Base URL / Auth Token / Model into env automatically on first launch. Ready to use immediately.
User, project, and local scopes give you precise control over where configs apply.
Manage all third-party model configs in one place — add, edit, rename, delete.
Only updates 3 keys in settings.json. Every other field is left untouched.
Automatically remembers which model config each project uses; read back and switch instantly.
Install, configuration, model switching — everything you need
Visit the claudecc homepage and download the installer for your platform (Windows .exe / macOS .dmg / Linux AppImage). After installing claudecc, open the "Install Claude Code" view to grab the latest Claude Code CLI in one click.
claudecc lets you skip editing settings.json manually. Click "+" to add a model config, fill in name, Model ID, Base URL (Anthropic-protocol-compatible endpoint), and Auth Token, then click "Apply". Common models: MiniMax-M2.7, kimi-k2-0711-preview, glm-4, etc.
Just three environment variables: ANTHROPIC_BASE_URL (API endpoint), ANTHROPIC_AUTH_TOKEN (API key), and ANTHROPIC_MODEL (model ID). claudecc only writes these 3 keys — every other field in settings.json is preserved.
User scope writes to ~/.claude/settings.json (global); project scope writes to <project>/.claude/settings.json (shared with team); local scope writes to <project>/.claude/settings.local.json (this machine only). All three can coexist and override by precedence.
Current version v0.1.1, installer ~3 MB. Supports Windows (.exe, no install needed), macOS (.dmg, drag to Applications), and Linux (AppImage, chmod +x and run).
No. All model configurations are stored locally at ~/.claudecc/profiles.json. The update check silently pulls update.json — no device info or usage data is collected.
In the project view, click "Clear config" to remove ANTHROPIC_BASE_URL, ANTHROPIC_AUTH_TOKEN, and ANTHROPIC_MODEL from settings.json. Claude Code will fall back to the default Anthropic service. Other fields are untouched.
Manual edits risk typos and accidental deletions. claudecc provides a GUI with a safe-write policy that touches only the 3 keys, plus multi-model switching and per-project tracking.