cc-switcher
v1.0.1
Published
Switch between multiple Claude Code accounts
Readme
cc-switcher
Switch between multiple Claude Code accounts easily.
Install
npm install -g cc-switcherOr use without installing:
bunx cc-switcherUsage
Interactive Mode
cc-switcherOr with bunx:
bunx cc-switcherCLI Flags
# List accounts
cc-switcher --list
# Add current account (starts auth flow)
cc-switcher --add
# Add account with name
cc-switcher --add work
# Switch to account
cc-switcher --switch work
# Save current account
cc-switcher --save
# Save with name
cc-switcher --save personal
# Remove account
cc-switcher --remove workRequirements
- Bun installed
How It Works
- Accounts are stored in
~/.claude-switch-backup/ - Safely backs up your
~/.claude.jsonand macOS Keychain credentials - Uses native
claude auth loginfor authentication flow
