mcpbeat Sign in

Edititall MCP Server

local only

Edititall MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 31 Aug 2026.

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

Installs / week
npm · @edititall/mcp
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Edititall MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add edititall-mcp -- npx -y @edititall/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "edititall-mcp": {
      "args": [
        "-y",
        "@edititall/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.edititall-mcp]
command = "npx"
args = ["-y", "@edititall/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "edititall-mcp": {
      "args": [
        "-y",
        "@edititall/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "edititall-mcp": {
      "args": [
        "-y",
        "@edititall/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Edititall MCP

same job, measured the same way
Prompt Switchboard MCP Sidecar
by xiaojiou176-open

Compare-first local MCP sidecar for browser AI workflows.

local only
Ghostlight
by sylin

Visible local browser automation in signed-in Chromium, with optional policy and audit.

592 installs/wk local only
Browser Game
by opengameapp

Local tools for planning and validating focused browser-game prototypes.

49 installs/wk local only
WebLoom
by webloomhq

86 tools: drive YOUR real Chrome via CDP + browse/install/publish Threads in chat. webloom.run.

local only
DrissionPage MCP
by jumodada

Local browser automation for MCP clients powered by DrissionPage.

1 252 installs/wk local only
Glovebox MCP
by segentic-lab

Sandboxed computer-use for AI agents: drive real browser + desktop apps in nested X11 windows

local only
Ghost Inspector MCP
by charliemtnez

Analyze, validate and safely update Ghost Inspector end-to-end browser tests

93 installs/wk local only
Cowork QA
by insideos-designs

Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.

43 installs/wk local only

Edititall MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Edititall MCP?
Edititall MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @edititall/mcp.
How do I connect Edititall MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @edititall/mcp straight from npm; nothing to host, nothing to sign up for.
Is Edititall MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.