mcpbeat Sign in

Doc MCP Server

local only

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

Passport, ID and MRZ recognition through the doc.cheap API — $0.01 per document

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

Installs per day peak 101 · avg 3
a month agotoday
101
Installs / week
npm · @doc-cheap/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: DOC_CHEAP_API_KEY (Your doc.cheap API key. Left unset, the server calls the public sandbox key, which runs 10 free recognitions and has no balance.), DOC_CHEAP_API_BASE (Base URL of the doc.cheap API. Only set this to reach a different deployment.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Doc

same job, measured the same way
Carve
by markup-carve

Parse, lint, format, render, and migrate Carve documents through MCP.

204 installs/wk local only
reMarkable MCP Server
by sammorrowdrums

Read, render, search, and manage reMarkable documents through MCP

547 installs/wk local only
Docsift
by anishmoncivarghese

Convert a document once, then get back only the passages that answer a question.

277 installs/wk local only
APICK Identity
by apick

Korean ID document verification and PII masking APIs

16 tools answering
Transkribus
by lazyants

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

62 installs/wk local only
DocAuto
by gzucob

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

77 installs/wk local only
Visa Info
by rajat79suri

Visa requirements, documents, and FAQs for Indian passport holders. 35 countries.

25 installs/wk local only
Coda
by nkpar

Interact with Coda.io documents, tables, and rows via the Coda API

local only

Doc — questions

Answers built from our own checks of this server.

Why is there no uptime for Doc?
Doc 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 @doc-cheap/mcp was installed 101 times last week.
Is Doc 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 Doc?
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 @doc-cheap/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Doc?
The npm package @doc-cheap/mcp was installed 101 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.