Skip to content
Gemini CLI

edititall mcp for Gemini CLI

io.github.subcue/edititall-mcp

Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides.

client:Gemini CLI transport:stdio runtime:npm

Install edititall mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "edititall-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@edititall/mcp"
      ],
      "env": {
        "EDITITALL_URL": "<EDITITALL_URL>",
        "CHROME_PATH": "<CHROME_PATH>"
      }
    }
  }
}

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

edititall mcp in other clients