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/ccsResumen de Tools
Lo que la gente pregunta sobre ccs
¿Qué es kaitranntt/ccs?
+
kaitranntt/ccs es tools para el ecosistema de Claude AI. 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. Tiene 2.5k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala ccs?
+
Puedes instalar ccs clonando el repositorio (https://github.com/kaitranntt/ccs) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar kaitranntt/ccs?
+
Nuestro agente de seguridad ha analizado kaitranntt/ccs y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene kaitranntt/ccs?
+
kaitranntt/ccs es mantenido por kaitranntt. La última actividad registrada en GitHub es de today, con 38 issues abiertos.
¿Hay alternativas a ccs?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega ccs en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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