Skip to content
Zed

edititall mcp for Zed

io.github.subcue/edititall-mcp

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

client:Zed transport:stdio runtime:npm

Install edititall mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

edititall mcp in other clients