Expand description
MCP launcher for EditItAll — a free, local-first suite of in-browser editors (photo, vector, PDF, spreadsheet, Word, slides, image convert/compress) built by Subcue AI LLC.
Install the binary with cargo install edititall-mcp, then point any MCP
client at it:
claude mcp add edititall -- edititall-mcpThis crate wraps the zero-dependency Node server shipped in this repo
(edititall-mcp.mjs). The binary embeds that script, writes it to a temp
file, and execs node. You still need:
- Node.js 22+ on
PATH(or setNODE) - Chrome / Edge / Chromium / Brave (auto-detected, or set
CHROME_PATH)
The Node process launches a local headless Chrome and drives EditItAll’s official automation hooks. Files never leave the machine.
Product docs: https://edititall.com/ai
Env vars (forwarded to the Node server):
EDITITALL_URL— editor origin (defaulthttps://edititall.com)CHROME_PATH— browser binaryNODE— Node executable (defaultnodeonPATH)
Constants§
- SERVER_
JS - The MCP stdio server script embedded in this crate. Written to a temp file at runtime and executed with Node.js 22+.