mcpbeat Sign in

Document Parser MCP Server

local only

Document Parser runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 2 Apr 2026.

Parse and extract structured data from various document formats (PDF, Word, HTML).

Installs per day peak 19 · avg 7 · +91% w/w
a month agotoday
59
Installs / week
npm · @agenson-horrowitz/document-parser-mcp
0
Stars
0 open issues
2 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Document Parser 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 document-parser -- npx -y @agenson-horrowitz/document-parser-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "document-parser": {
      "args": [
        "-y",
        "@agenson-horrowitz/document-parser-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.document-parser]
command = "npx"
args = ["-y", "@agenson-horrowitz/document-parser-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "document-parser": {
      "args": [
        "-y",
        "@agenson-horrowitz/document-parser-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "document-parser": {
      "args": [
        "-y",
        "@agenson-horrowitz/document-parser-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Document Parser

same job, measured the same way
Suparse Document Processing
by suparse

Extract structured data from PDFs and documents with Suparse AI OCR.

132 installs/wk local only
Extend
by extend

Turn documents into structured data: parse, extract, classify, split, and fill PDF forms.

answering
DataSnipe MCP
by datasnipe

Extract structured data points from research papers and other documents with an LLM.

answering
Pdfco
by mcparmory

Extract data, edit, convert, and parse PDF documents with OCR and AI

239 installs/wk local only
SchemaSure — structured extraction
by noamjose

Extract schema-valid JSON from text/HTML or document images. Pay per call via x402 V2.

40 installs/wk local only
DOCX Forge
by mdfifty50-boop

Professional document generation from structured data

36 installs/wk local only
Brainiall Documents
by brainiall

High-fidelity PDF to structured Markdown conversion and document field extraction.

3 tools answering
Klaaro
by klaaro

Query Klaaro datasets, documents, and extracted records from any agent.

answering

Document Parser — questions

Answers built from our own checks of this server.

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