Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Subcue/edititall-mcp

NPM · @EDITITALL/MCP · 2 COMPONENTS · SCANNED SEP 20

Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides.

+4 this week 62 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 917 tokens (~50/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management67
  • Stability observed for 20 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage74
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 21% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "pdf_delete_page" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Subcue/edititall-mcp server?

io.github.Subcue/edititall-mcp runs locally as an npm package, launched with npx -y @edititall/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @edititall/mcp

# add to Claude Code
claude mcp add subcue-edititall-mcp -- npx -y @edititall/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "subcue-edititall-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@edititall/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "subcue-edititall-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@edititall/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add subcue-edititall-mcp -- npx -y @edititall/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "subcue-edititall-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@edititall/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add subcue-edititall-mcp --command npx --arg -y --arg @edititall/mcp
# ~/.hermes/config.yaml
mcp_servers:
  subcue-edititall-mcp:
    command: "npx"
    args: ["-y", "@edititall/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "subcue-edititall-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@edititall/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add subcue-edititall-mcp -t stdio -c npx -a -y @edititall/mcp
// mcp.json
{
  "mcpServers": {
    "subcue-edititall-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@edititall/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 31 Aug 26 52

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@edititall/mcp@0.2.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 18 exposed · ~917 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
editor_screenshot ~45

Screenshot one of the editors so you can SEE the current state. app: sheet|vector|photo|tools|pdf|word|slides.

NameTypeReqDescription
appstringyes

No output schema declared.

No examples provided.

images_process ~127

Compress or convert local images through EditItAll's real codec pipeline. out: target format id (jpg|png|webp|avif|jxl|qoi) or "same" to recompress in place-format. Writes results next to the inputs (or into out_dir) and reports before/after sizes.

NameTypeReqDescription
max_dimnumberoptional max width/height (downscale)
outstring
out_dirstringoptional output directory
pathsarrayyesabsolute paths of input images
qualitynumber

No output schema declared.

No examples provided.

pdf_delete_page ~34

Delete one page (1-based) of the open PDF. Returns the new page count.

NameTypeReqDescription
pagenumberyes

No output schema declared.

No examples provided.

pdf_export ~32

Export the PDF editor's current document (with all edits) to a local file.

NameTypeReqDescription
pathstringyes

No output schema declared.

No examples provided.

pdf_merge ~51

Append the pages of another local PDF into the open document (after page `after`, default: at the end). Returns the new page count.

NameTypeReqDescription
afternumber
pathstringyes

No output schema declared.

No examples provided.

pdf_open ~42

Open a local PDF in the EditItAll PDF editor. Returns the page count. (Best for files up to ~20 MB.)

NameTypeReqDescription
pathstringyes

No output schema declared.

No examples provided.

pdf_page_text ~41

Extract the text of one page (1-based) of the open PDF — lets you READ a PDF without uploading it anywhere.

NameTypeReqDescription
pagenumberyes

No output schema declared.

No examples provided.

pdf_rotate_page ~48

Rotate one page of the open PDF. page is 1-based; degrees is 90, -90 or 180.

NameTypeReqDescription
degreesnumber
pagenumberyes

No output schema declared.

No examples provided.

photo_export ~46

Export the photo editor's current document (flattened) to a local file.

NameTypeReqDescription
pathstringyesoutput file path (.png or .jpg)
qualitynumber

No output schema declared.

No examples provided.

photo_open_image ~45

Open a local image file (png/jpg/webp) in the EditItAll photo editor as a new document.

NameTypeReqDescription
pathstringyesabsolute path to the image

No output schema declared.

No examples provided.

sheet_export_csv ~38

Export the spreadsheet's COMPUTED values as CSV — returned inline, and written to `path` if given.

NameTypeReqDescription
pathstring

No output schema declared.

No examples provided.

sheet_load_csv ~64

Replace the spreadsheet with CSV content (bulk load — much faster than cell-by-cell). Provide inline `csv` text or a local file `path`. Formulas in cells (starting "=") are evaluated.

NameTypeReqDescription
csvstring
pathstring

No output schema declared.

No examples provided.

sheet_read_range ~54

Read COMPUTED display values from the spreadsheet as a 2D array. Range in A1 notation, e.g. "A1:D10" or a single cell "B2".

NameTypeReqDescription
rangestringyes

No output schema declared.

No examples provided.

sheet_set_cells ~74

Write values or formulas (strings starting with "=") into the EditItAll spreadsheet. Cells use A1 notation. The sheet recalculates instantly.

NameTypeReqDescription
cellsobjectyesMap of A1 reference to raw value, e.g. {"A1":"Item","B2":"=SUM(B3:B9)"}

No output schema declared.

No examples provided.

slides_from_outline ~65

Build a whole presentation in the EditItAll slides editor from an outline: a title slide plus one slide per entry (title + bullet list). Replaces the current deck.

NameTypeReqDescription
slidesarray
subtitlestring
titlestringyes

No output schema declared.

No examples provided.

vector_import_svg ~56

Import SVG markup into the EditItAll vector editor as a new document (the natural way for an AI to draw: generate SVG, then refine in the editor).

NameTypeReqDescription
namestring
svgstringyes

No output schema declared.

No examples provided.

word_get_text ~20

Read the document editor's current content as plain text.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

word_write ~35

Type text into the EditItAll document editor at the caret (use \n for new paragraphs).

NameTypeReqDescription
textstringyes

No output schema declared.

No examples provided.

Common questions

What is the io.github.Subcue/edititall-mcp server?

io.github.Subcue/edititall-mcp is listed in the public MCP registry as io.github.Subcue/edititall-mcp. Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides. This page covers its npm package (@edititall/mcp).

Is the io.github.Subcue/edititall-mcp server safe to use?

io.github.Subcue/edititall-mcp scores 62 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Subcue/edititall-mcp server expose?

io.github.Subcue/edititall-mcp exposes 18 tools: sheet_set_cells, sheet_read_range, sheet_load_csv, sheet_export_csv, pdf_open, and 13 more. Their descriptions and schemas cost roughly 917 tokens of context every time the server is loaded.

Is the io.github.Subcue/edititall-mcp server still maintained?

io.github.Subcue/edititall-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Subcue/edititall-mcp server under?

io.github.Subcue/edititall-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.