EditItAll MCP Server
Allows importing SVG markup into the vector editor to create a new vector document.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EditItAll MCP Servercompress all PNGs on my Desktop to WebP at quality 80"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
EditItAll MCP Server
mcp-name: io.github.Subcue/edititall-mcp
EditItAll is a free, local-first suite of in-browser editors (photo, vector, PDF, spreadsheet, Word, slides, image convert/compress) built by Subcue AI LLC. This repository is the Model Context Protocol server that lets Claude Code, Claude Desktop, Cursor, and any MCP client operate those editors on your machine.
Your files never leave the device. The server launches a local headless Chrome, loads the editors from edititall.com (or a local wrangler dev URL), and drives their official automation hooks. The AI client only sees tool results (cell values, file sizes, screenshots you request).
Public docs: https://edititall.com/ai
Requirements
Node.js 22+ (built-in
WebSocket)Chrome, Edge, Chromium, or Brave installed locally
Related MCP server: open-skills
Install
From npm:
npx -y @edititall/mcp
# or
npm i -g @edititall/mcp
claude mcp add edititall -- edititall-mcpFrom crates.io (Rust wrapper):
cargo install edititall-mcp
claude mcp add edititall -- edititall-mcpThe Rust binary embeds edititall-mcp.mjs and execs node. Set NODE if node is not on PATH.
Claude Desktop (one click). Download edititall-mcp.mcpb and drag it into Claude Desktop → Settings → Extensions. Claude Desktop ships its own Node runtime.
Claude Code (Node, no Rust):
curl -fsSL https://edititall.com/edititall-mcp.mjs -o ~/edititall-mcp.mjs
claude mcp add edititall -- node ~/edititall-mcp.mjsOr clone this repo:
git clone https://github.com/Subcue/edititall-mcp.git
claude mcp add edititall -- node /path/to/edititall-mcp/edititall-mcp.mjsCursor / other stdio clients (mcp.json):
{
"mcpServers": {
"edititall": {
"command": "edititall-mcp"
}
}
}Node-only equivalent: "command": "node", "args": ["/path/to/edititall-mcp.mjs"].
Env:
Variable | Default | Meaning |
|
| Editor origin (point at |
| auto-detect Chrome/Edge/Chromium/Brave | Browser binary |
Tools
Tool | What it does |
| Write cells/formulas, bulk-load CSV, export computed values |
| Read computed values of |
| Open, read, reorganize and export PDFs locally |
| Draft and read documents |
| Build a deck from a title + bullet outline |
| Import SVG markup as a new vector document |
| Open a local image in the photo editor and export flattened |
| Compress/convert local images through the real codec pipeline; reports before/after sizes |
| Screenshot |
Example prompts: compress every PNG on the desktop to WebP at quality 80 · build a Q3 budget sheet and total the column · draw a rocket in SVG and import it into the vector editor.
Privacy
The same promise as the website: processing is on-device. Headless Chrome talks to the editors in a local profile under $TMPDIR. Nothing is uploaded to Subcue AI LLC or to a third-party API by this server.
Other machine-readable entry points
Endpoint | What it is |
Human + agent install docs | |
Plain-text product summary | |
Same server file, served from the product origin | |
Claude Desktop extension bundle |
The product suite itself is closed-source. This repository is the MCP client/server that talks to it.
License
MIT © 2026 Subcue AI LLC. EditItAll is a brand of Subcue AI LLC.
This server cannot be installed
Maintenance
Related MCP Connectors
An agent-first office suite Claude & ChatGPT read and write over one MCP URL.
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.
MCP-native collaborative markdown editor with real-time AI document editing
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceBridges local LLMs running in LM Studio with MCP clients like Claude Desktop to perform reasoning and analysis tasks while keeping sensitive data private. It features a suite of tools for local code review, privacy scanning, and content transformation using auto-discovered local models.MIT
- AlicenseNot gradedqualityCmaintenanceEnables running Claude Skills locally on your Mac with sandboxed execution, supporting document processing and integration with MCP-compatible AI tools while ensuring data privacy.448Apache 2.0
- AlicenseAqualityDmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.816MIT
- AlicenseNot gradedqualityAmaintenanceA local MCP server that lets Claude, Cursor, Codex, or any MCP client work with Office documents on your Mac: evaluate spreadsheet formulas, read/write XLSX and PPTX, extract structured DOCX content, and merge/split/protect PDFs. 100% local, no network calls, no account. 14 tools.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Subcue/edititall-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server