Skip to content
Gemini CLI

anybrowse for Gemini CLI

io.github.kc23go/anybrowse

Converts any URL to clean, LLM-ready Markdown using real Chrome browsers

client:Gemini CLI transport:streamable-http

Install anybrowse in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "anybrowse": {
      "httpUrl": "https://anybrowse.dev/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

anybrowse in other clients