Switch between multiple Claude Code accounts easily.
npm install -g cc-switcherOr use without installing:
bunx cc-switchercc-switcherOr with bunx:
bunx cc-switcher# 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 work- Bun installed
- Accounts are stored in
~/.claude-switch-backup/ - Safely backs up your
~/.claude.jsonand macOS Keychain credentials - Uses native
claude auth loginfor authentication flow