mcpbeat Sign in

Omitly MCP Server

local only

Omitly MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 299 installs a week from npm. Last commit 21 Aug 2026.

Omitly's local, verifiable PDF redaction for AI agents — your documents never leave your device.

Installs per day peak 381 · avg 58 · +51% w/w
a month agotoday
299
Installs / week
npm · omitly-mcp
0
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
JavaScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/index.ts:639
    const child = spawn(bin, [], { stdio: ["pipe", "pipe", "pipe"] });
Builds a file path from a variable src/index.ts:166
  for (const cand of [path.join(dir, name), path.join(dir, `${name}.exe`)]) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 omitly-mcp -- npx -y omitly-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "omitly-mcp": {
      "args": [
        "-y",
        "omitly-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.omitly-mcp]
command = "npx"
args = ["-y", "omitly-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "omitly-mcp": {
      "args": [
        "-y",
        "omitly-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "omitly-mcp": {
      "args": [
        "-y",
        "omitly-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Omitly MCP

same job, measured the same way
PDF Redaction MCP
by pdf-redaction

MCP server for detecting and redacting PII (Personally Identifiable Information) in PDF documents.

answering
Lemmaoracle
by lemmaoracle

Verifiable provenance for AI agents — ZK proofs over confidential documents, no plaintext exposure.

76 installs/wk 5 tools answering
Context
by neuledge

Local-first documentation for AI agents. Offline, instant, private doc retrieval.

549 installs/wk local only
DicePDF
by ishan-maheshwari

Local-first PDF tools for AI agents: merge, split, extract, render, compress. Files stay on-device.

29 installs/wk local only
A
DocWand
by docwand

Sign, fill, merge and split PDFs entirely in your browser - files never leave your device.

4 tools answering
MiOffice — AI-Powered Workspace Studio
by jsvvsolsllc

125+ browser tools for PDF, Image, Video, Audio, AI, Scanner. Files never leave your device.

134 tools answering
TruePath PDF
by joytruepath

Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.

81 installs/wk local only
Docweave MCP
by nicolasmartalog

Generate and read PDFs for AI agents: a generate_pdf and a read_pdf tool, priced per document.

96 installs/wk 2 tools answering

Omitly MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Omitly MCP?
Omitly 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 omitly-mcp was installed 299 times last week.
How do I connect Omitly 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 omitly-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Omitly MCP?
The npm package omitly-mcp was installed 299 times in the last week. Week over week that is +51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Omitly MCP open source?
Yes — it is published under the NOASSERTION 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.