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
{
"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