mcpbeat Sign in

Tamperlens MCP Server

by tamperlens Your server? Claim it
local only

Tamperlens runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm.

Was this document edited, did its redactions hold, is it safe for a model to read — Tamperlens API.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 235 · avg 26 · -25% w/w
a month agotoday
40
Installs / week
npm · tamperlens-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

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.

Package points at a different repository haruodev/tamperlens-mcp
пакет tamperlens-mcp ссылается на haruodev/tamperlens

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

This one needs environment variables set before it will start: TAMPERLENS_API_KEY (Optional. Without it the anonymous allowance applies (10 documents/hour); a free key from tamperlens.com/account raises it. compare_documents requires a key.), TAMPERLENS_BASE_URL (Optional. Defaults to the public deployment at https://tamperlens.com.), TAMPERLENS_ALLOWED_DIRS (Optional. Colon- or comma-separated absolute directories to confine local file reads to. Unset means any absolute path the process can read (the default). Set it to an intake directory so a path argument cannot reach secrets like ~/.ssh or a stray .env; symlinks out of a root are resolved and refused.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tamperlens

same job, measured the same way
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

225 installs/wk local only
Transkribus
by lazyants

MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.

62 installs/wk local only
Nutrient Document Engine MCP Server
by pspdfkit

MCP server for self-hosted Nutrient Document Engine: extract, edit, redact, and annotate documents.

43 installs/wk local only
DocAuto
by gzucob

Model Context Protocol server for the DocAuto document-generation API.

77 installs/wk local only
AI Connector For Revit
by nonicateam

+50 tools to inspect, select, edit and document elements in live Revit models.

local only
GEML — a plain-text document format built to be edited in place, one section at a time
by geml-spec

One section in, one section out — on Markdown/GEML files, bad writes refused.

408 installs/wk local only
MCP Server Polarion
by devemberx

MCP server for Polarion ALM — read and write documents and work items

296 installs/wk local only
Google Docs MCP
by mmedum

Google Docs as MCP tools: read, edit, suggest and comment on documents.

local only

Tamperlens — questions

Answers built from our own checks of this server.

Why is there no uptime for Tamperlens?
Tamperlens 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 tamperlens-mcp was installed 40 times last week.
Is Tamperlens still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Tamperlens?
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 tamperlens-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tamperlens?
The npm package tamperlens-mcp was installed 40 times in the last week. Week over week that is -25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.