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

  1. Download the EditItAll extension (a small .mcpb file).
  2. In Claude Desktop, open Settings → Extensions and drag the downloaded file in (or double-click it), then click Install.
  3. 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

Fill & read spreadsheets

The AI writes values and formulas into the spreadsheet editor, loads or exports whole CSVs, and reads back the computed results.

Work with PDFs

Open a local PDF, read its text page by page, rotate or delete pages, merge documents, and export the result — nothing uploaded.

Build presentations

Give the AI a topic and it drafts a whole slide deck in the presentation editor for you to refine.

Draw vector graphics

The AI drafts an illustration and imports it into the vector editor for you to refine.

Open & export photos

Load a local image into the photo editor and export the edited result back to a file.

Compress & convert images

Batch-process local images through the same codecs the site uses, with before/after sizes reported.

Write documents

Draft text straight into the document editor and read it back.

See the editors

The AI can take a screenshot of any editor to check the result of what it just did.

Things to try

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.