mcpbeat Sign in

PDF It MCP Server

local only

PDF It runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 10 Jul 2026.

Native PDF renderer for AI markdown. Cover, TOC, page-numbered footer. Fonts embedded, zero config.

Installs per day peak 141 · avg 15 · -30% w/w
a month agotoday
53
Installs / week
npm · pdf-it-mcp
1
Stars
0 open issues
10 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to PDF It

same job, measured the same way
Rendex: Rendering API for Images, PDFs & Content Extraction
by copperline-labs

Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages.

54 installs/wk 13 tools answering
MarkdownPointer
by yotsuda

Markdown viewer for AI-assisted document review. Click any element to copy file path + line number.

local only
PDF Tools
by pdfia

Free PDF tools for AI agents: merge, split, rotate, watermark, page numbers, metadata, flatten.

10 tools answering
Hushvert
by hushvert

File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API.

50 installs/wk local only
Groupdocs Markdown MCP
by groupdocs-markdown

MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents.

local only
F
Parsedoc
by custom-digital-services

Agent-native document parsing: PDF, scans and FR/EU invoices to structured JSON or Markdown.

answering
Docgen MCP Server
by cyanheads

Render HTML/markdown to PDF, export rows to xlsx, and fill AcroForm PDFs.

45 installs/wk local only
Refigure
by helgdemidov

Convert DOCX/XLSX to Markdown — native chart-data extraction, optional VLM for figures

296 installs/wk local only

PDF It — questions

Answers built from our own checks of this server.

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