Search the documentation
8 pages for --no-browser.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
On a remote host without a browser:
Claude Developer Platform · in the page
cli-sdks-libraries/cli/authentication
…On a remote host or in any environment without a local browser, pass `--no-browser` to print the authorize URL and paste the returned code back into the terminal. ```bash CLI ant auth login # On a r…
get-started
Claude Developer Platform · in the page
get-started
…status ``` On a remote host without a browser, pass `--no-browser` to get a URL you can open on another device, then paste the returned code back into the terminal. If `ANTHROPIC_API_…
Claude Code changelog
Claude Code CLI · in the page
changelog
…the sign-in URL printed by `claude auth login` and `claude mcp login --no-browser` not being reliably clickable when it wraps over SSH — it is now emitted as a single hyperlink * Fixed opening a ch…
CLI reference
Claude Code CLI · in the page
cli-reference
…cp` panel. Works for HTTP, SSE, and claude.ai connector servers. Add `--no-browser` over SSH to print the authorization URL instead of opening a browser, then paste the redirect URL back at the prompt…
Connect Claude Code to tools via MCP
Claude Code CLI · in the page
mcp
…eractive terminal for the paste step, so connect with `ssh -t`. Pass `--no-browser` to force the URL prompt even when a local browser is detected. ```bash theme={null} claude mcp login sentry --no-br…
Command line settings
Claude Documentation · in the page
claude-science/command-line-settings
…| | `--no-browser` | off | Do not open a browser. url prints a login link any time you want one.…
Run on a remote Linux server
Claude Documentation · in the page
claude-science/run-on-remote-linux-server
…de Science On the server: ```bash theme={null} claude-science serve --no-browser ``` First launch prints the sign-in link, of the form `http://localhost:8000/?nonce=...`, right away, and continues…
Run on Windows with WSL
Claude Documentation · in the page
claude-science/run-on-windows-wsl
…te> ## Run it ```bash theme={null} claude-science serve --port 8765 --no-browser ``` First launch prints progress to the terminal and ends with a local URL. Copy that URL into any Windows browser:…