Skip to content
Gemini CLI

E2LLM for Gemini CLI

com.e2llm/element-to-llm

E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.

client:Gemini CLI transport:streamable-http

Install E2LLM in Gemini CLI

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

{
  "mcpServers": {
    "element-to-llm": {
      "httpUrl": "https://mcp.e2llm.com/mcp"
    }
  }
}

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

E2LLM in other clients