mcpbeat

MCP Document Reader MCP Server

io.github.xt765/mcp_documents_reader
local only

MCP Document Reader runs on your own machine — the client starts it, so there is no endpoint to ping. 366 installs a week from pypi. Last commit 13 Mar 2026.

An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files

Installs per day peak 108 · avg 51 · +20% w/w
a month agotoday
366
Installs / week
pypi · mcp-documents-reader
23
Stars
0 open issues
13 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

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

Alternatives to MCP Document Reader

same job, measured the same way
MCP Pymupdf
by penny4nonsense

MCP server for reading PDFs using PyMuPDF. Supports local files and URLs.

59 installs/wk local only
Contextual MCP Server
by nitishgourishetty

RAG-enabled MCP server using Contextual AI. Supports single-agent and multi-agent modes.

75 installs/wk local only
PDF Reader
by xvvln

MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.

65 installs/wk local only
Techtenstein PDF
by sathvic-kollu

PDF text and table extraction plus metadata. Supports OCR for scanned documents.

80 installs/wk local only
MCP Office Excel
by dosev-ai

65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first.

local only
Microsoft Office
by mindstone

Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files

298 installs/wk local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

43 installs/wk local only
reMarkable MCP Server
by sammorrowdrums

Access your reMarkable tablet - read documents, browse files, extract text and OCR

556 installs/wk local only

MCP Document Reader — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Document Reader?
MCP Document Reader 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 mcp-documents-reader was installed 366 times last week.
How do I connect MCP Document Reader?
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 mcp-documents-reader straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Document Reader?
The pypi package mcp-documents-reader was installed 366 times in the last week. Week over week that is +20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Document Reader open source?
Yes — it is published under the MIT licence, written in Python and 23 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.