Free · Private · Runs on your device
Let AI operate EditItAll
Connect an AI assistant to the EditItAll editors: it fills spreadsheets, draws vector art, edits photos and compresses images — on your machine, with your files never leaving your device.
No upload
Files are processed on your device
No sign-up
No accounts, no email, no paywall
No limits
Any file size, any batch size
Metadata stripped
EXIF & GPS removed on export
EditItAll ships a free MCP connector that lets AI assistants like Claude operate its editors — write spreadsheet formulas and read computed results, import AI-drawn vector graphics, open and export photos, and batch compress or convert images. Everything runs locally on your computer: the connector drives the editors on your own machine, and your files are never uploaded.
Claude Desktop — one-click install
- Download the EditItAll extension (a small .mcpb file).
- In Claude Desktop, open Settings → Extensions and drag the downloaded file in (or double-click it), then click Install.
- Ask Claude to do something — for example: “Compress every PNG in ~/Desktop/shots to WebP at quality 80.”
Requirements: the Claude Desktop app and Google Chrome (or Microsoft Edge) installed. Nothing else — the extension brings everything it needs.
What the AI can do
The AI writes values and formulas into the spreadsheet editor, loads or exports whole CSVs, and reads back the computed results.
Open a local PDF, read its text page by page, rotate or delete pages, merge documents, and export the result — nothing uploaded.
Give the AI a topic and it drafts a whole slide deck in the presentation editor for you to refine.
The AI drafts an illustration and imports it into the vector editor for you to refine.
Load a local image into the photo editor and export the edited result back to a file.
Batch-process local images through the same codecs the site uses, with before/after sizes reported.
Draft text straight into the document editor and read it back.
The AI can take a screenshot of any editor to check the result of what it just did.
Things to try
- “Compress every PNG in ~/Desktop/shots to WebP at quality 80.”
- “Load sales.csv into the spreadsheet, add a totals row, and export it back.”
- “Open report.pdf, tell me what page 3 says, then delete the last page.”
- “Make a 5-slide deck introducing our new product.”
- “Draw a simple rocket-launch illustration and put it in the vector editor.”
Your files stay yours
The connector runs entirely on your computer. It opens the EditItAll editors in a private browser session on your machine and operates them there — the same editors that already process everything on-device. Your files are never uploaded to EditItAll. The AI assistant only sees what you ask it to work with: cell values it reads, file sizes it reports, and screenshots you request.
Want the full picture? Read the guide: Can AI edit your files without uploading them?
Claude Code & other MCP clients
Any MCP client can use the same connector (requires Node.js 22+). For Claude Code:
curl -fsSL https://edititall.com/edititall-mcp.mjs -o ~/edititall-mcp.mjs claude mcp add edititall -- node ~/edititall-mcp.mjs
For other clients, register a stdio server with command node ~/edititall-mcp.mjs. Optional environment variables: CHROME_PATH (browser binary) and EDITITALL_URL (defaults to this site).
Frequently asked questions
Is the AI integration free?+
Yes — the connector is free, like everything else on EditItAll. You bring your own AI assistant (for example the Claude Desktop app).
Do my files get uploaded?+
No. The connector runs on your computer and drives the editors there; files are processed on your device, exactly as when you use the editors yourself. The AI assistant only sees what its tools return — cell values, extracted text, file sizes, and screenshots you ask for.
Which AI apps does it work with?+
Claude Desktop (one-click extension), Claude Code, and any client that supports the Model Context Protocol (MCP).
What do I need to install?+
For Claude Desktop: just the extension file — plus Google Chrome or Microsoft Edge, which the connector uses to run the editors. For other MCP clients you also need Node.js 22 or newer.