npm @edititall/mcpstdioMITupdated 8d ago
mcp-name: io.github.Subcue/edititall-mcp
edititall mcp で何ができる?
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
Install
From npm:
npx -y @edititall/mcp
# or
npm i -g @edititall/mcp
claude mcp add edititall -- edititall-mcp
From crates.io (Rust wrapper):
cargo install edititall-mcp
claude mcp add edititall -- edititall-mcp
The 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.mjs
Or clone this repo:
git clone https://github.com/Subcue/edititall-mcp.git
claude mcp add edititall -- node /path/to/edititall-mcp/edititall-mcp.mjs
Cursor / 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 |
|---|---|---|
EDITITALL_URL |
https://edititall.com |
Editor origin (point at wrangler dev while developing) |
CHROME_PATH |
auto-detect Chrome/Edge/Chromium/Brave | Browser binary |
Tools
| Tool | What it does |
|---|---|
sheet_set_cells / sheet_load_csv / sheet_export_csv |
Write cells/formulas, bulk-load CSV, export computed values |
sheet_read_range |
Read computed values of "A1:D10" as a 2D array |
pdf_open / pdf_page_text / pdf_rotate_page / pdf_delete_page / pdf_merge / pdf_export |
Open, read, reorganize and export PDFs locally |
word_write / word_get_text |
Draft and read documents |
slides_from_outline |
Build a deck from a title + bullet outline |
vector_import_svg |
Import SVG markup as a new vector document |
photo_open_image / photo_export |
Open a local image in the photo editor and export flattened |
images_process |
Compress/convert local images through the real codec pipeline; reports before/after sizes |
editor_screenshot |
Screenshot sheet | vector | photo | tools | pdf | word | slides |
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 |
|---|---|
https://edititall.com/ai |
Human + agent install docs |
https://edititall.com/llms.txt |
Plain-text product summary |
https://edititall.com/edititall-mcp.mjs |
Same server file, served from the product origin |
https://edititall.com/edititall-mcp.mcpb |
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.
インストール
edititall mcp をクライアントに追加します。お使いのものを選んでください。
claude mcp add mcp -- npx -y @edititall/mcpcodex mcp add mcp -- npx -y @edititall/mcpamp mcp add mcp -- npx -y @edititall/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@edititall/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@edititall/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@edititall/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@edititall/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@edititall/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@edititall/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@edititall/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@edititall/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @edititall/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
5 個のツール
edititall mcp は接続したエージェントに 5 個のツールを提供します。
- sheet_read_range
- Read computed values of `"A1:D10"` as a 2D array
- slides_from_outline
- Build a deck from a title + bullet outline
- vector_import_svg
- Import SVG markup as a new vector document
- images_process
- Compress/convert local images through the real codec pipeline; reports before/after sizes
- editor_screenshot
- Screenshot `sheet` \
スコア
74 / 100
良好
- ドキュメント21/25
- メンテナンス19/25
- 信頼性16/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.2.1最新 | 2026年8月31日 |
| 0.2.0 | 2026年8月31日 |