DEV Community

Moemen Gaber
Moemen Gaber

Posted on

Claude Code accounts switcher, Finally!!

Picture this.
You've spent time getting Claude Code just right — your skills configured, plugins loaded, MCP servers humming. It feels good. You're productive.
Then you switch accounts.

Gone. All of it.

I have a personal Claude account and a work one. Every switch meant re-authenticating through the browser AND rebuilding my entire setup. It happened enough times that I stopped switching — and that's when I knew I had a problem.
So I built claud-code-account-switcher.

What it does

Each account lives in its own isolated bubble — auth, history, skills, plugins, MCP servers. Switch accounts and your full setup comes with you, instantly.

https://www.npmjs.com/package/claud-code-account-switcher

Install


bash
npm install -g claud-code-account-switcher

Enter fullscreen mode Exit fullscreen mode

Top comments (0)