mcpbeat Sign in

Document corpus MCP Server

local only

Document corpus runs on your own machine — the client starts it, so there is no endpoint to ping. 9 438 installs a week from pypi. Last commit 1 Sep 2026.

Query a verified document collection: passages that answer a question, with their source.

Installs per day peak 6 071 · avg 1 810
a month agotoday
9 438
Installs / week
pypi · mdcx
2
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Document corpus 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 mdcx -- uvx mdcx
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mdcx": {
      "args": [
        "mdcx"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mdcx]
command = "uvx"
args = ["mdcx"]
.cursor/mcp.json
{
  "mcpServers": {
    "mdcx": {
      "args": [
        "mdcx"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mdcx": {
      "args": [
        "mdcx"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Document corpus

same job, measured the same way
Document corpus
by jorgell23-sys

Query a verified document collection: passages that answer a question, with their source.

local only
Docsift
by anishmoncivarghese

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

237 installs/wk local only
Space OCR
by hwang-yh-cto

Verified OCR with per-value coordinates, plus a workspace agents can file documents into and query.

25 installs/wk answering
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

38 installs/wk local only
DocSlicer
by docslicer

Answer questions from documents too large to fit in context, reading only the sections you need.

283 installs/wk local only
Transkribus
by lazyants

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

170 installs/wk local only
Arkova Verification
by carson-see

Privacy-first document verification anchored to the public ledger.

answering
PasteMD
by jini-tw

Instant markdown sharing. Create, manage, and share documents with password protection.

answering

Document corpus — questions

Answers built from our own checks of this server.

Why is there no uptime for Document corpus?
Document corpus 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 pypi package mdcx was installed 9 438 times last week.
How do I connect Document corpus?
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 mdcx straight from pypi; nothing to host, nothing to sign up for.
How many people use Document corpus?
The pypi package mdcx was installed 9 438 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.
Is Document corpus open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 2 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.