Claude Code and Claude Desktop are two separate applications from Anthropic. Claude Desktop is the chat app (Chat/Cowork tabs); Claude Code is a command-line tool that runs in a terminal. The Yellow.pro MCP server registers with Claude Code specifically — if you only have Claude Desktop installed, the steps on the Installation page will not find anywhere to register.
claude --version already works in your terminal, skip ahead to Installation. Otherwise, follow the steps below first.
1
Install
Run the native installer for your platform:This downloads the
claude binary directly — no separate Node.js or npm setup needed for this step.2
Verify
Open a new terminal window (a window that was already open won’t see the updated A working install prints something like
PATH), then run:2.1.263 (Claude Code).3
Log in
Run:This opens an interactive session and prompts you to sign in through your browser on first run. If you land on pay-per-use API billing instead of your subscription plan, run Once logged in, exit back to your normal shell prompt (type
/login inside the session to switch.Claude Code requires a Pro, Max, Team, Enterprise, or Console account — the free Claude.ai plan does not include Claude Code access.
exit or press Ctrl+C) before continuing to Installation — the Yellow.pro setup commands are regular shell commands, not something you run inside an active Claude Code session.