Switch between Claude accounts, Gemini, Copilot, OpenRouter (300+ models) via CLIProxyAPI OAuth proxy. Visual dashboard, remote proxy support, WebSearch fallback. Zero-config to production-ready.
CCS (Claude Code Switch) is a TypeScript CLI tool and React dashboard that lets developers manage multiple AI provider profiles and switch between them without editing config files between sessions. It works primarily with Claude Code but also bridges to Codex CLI, Factory Droid, GLM, Ollama, llama.cpp, and OpenRouter's catalog of over 300 models. Authentication is handled through OAuth for providers including Claude, Codex, Kiro, Qwen, and Kimi, with a built-in CLIProxy layer that translates requests to an Anthropic-compatible local endpoint on port 8317. The React dashboard at localhost:3000 surfaces usage analytics, cost tracking across profiles, live auth health monitoring, and round-robin versus fill-first routing controls without requiring manual config edits. A standout detail is the OpenAI-compatible routing layer, which lets Claude Code reach non-Anthropic providers through a local proxy using request-time profile:model selectors. Developers managing multiple Claude subscriptions, testing across providers, or running local models alongside cloud APIs are the primary audience. Docker and npm installation paths are both supported.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/kaitranntt/ccsTools overview
What people ask about ccs
What is kaitranntt/ccs?
+
kaitranntt/ccs is tools for the Claude AI ecosystem. Switch between Claude accounts, Gemini, Copilot, OpenRouter (300+ models) via CLIProxyAPI OAuth proxy. Visual dashboard, remote proxy support, WebSearch fallback. Zero-config to production-ready. It has 2.5k GitHub stars and was last updated today.
How do I install ccs?
+
You can install ccs by cloning the repository (https://github.com/kaitranntt/ccs) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is kaitranntt/ccs safe to use?
+
Our security agent has analyzed kaitranntt/ccs and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains kaitranntt/ccs?
+
kaitranntt/ccs is maintained by kaitranntt. The last recorded GitHub activity is from today, with 38 open issues.
Are there alternatives to ccs?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy ccs to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/kaitranntt-ccs)<a href="https://claudewave.com/repo/kaitranntt-ccs"><img src="https://claudewave.com/api/badge/kaitranntt-ccs" alt="Featured on ClaudeWave: kaitranntt/ccs" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies