mcpbeat Sign in

PDF Modifier MCP Server

local only

PDF Modifier runs on your own machine — the client starts it, so there is no endpoint to ping. 221 installs a week from pypi. Last commit 8 Sep 2026.

Modify PDF text, replace with regex, and analyze layout while preserving fonts.

Installs per day peak 101 · avg 25 · +83% w/w
a month agotoday
221
Installs / week
pypi · pdf-modifier-mcp
2
Stars
25 open issues
8 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/pdf_modifier_mcp/__init__.py:1, [пакет] src/pdf_modifier_mcp/__main__.py:1, [пакет] src/pdf_modifier_mcp/logger.py:1 и ещё 26
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to PDF Modifier

same job, measured the same way
boxpdf
by earonesty

Resource-only MCP server with docs and templates for the boxpdf TypeScript PDF layout library.

204 installs/wk local only
I
PDF Reader (PDF Agent Stack)
by shuji-bonji

Read PDF internals: text, structure, fonts, signatures and tags, with what was not read declared.

local only
Parseflow
by libres-coder

PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

64 installs/wk local only
MochiPDF
by cbolgiano

Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth.

answering
Mhlabs MCP Tools
by musaddiquehussainlabs

An MCP server that provides text preprocessing, NLP components, and document analysis

86 installs/wk local only
Apdf — PDF Tracking & Analytics
by apdf

PDF engagement layer for apps and agents: tracking links, read analytics, and a full PDF toolset.

answering
Pdf4vllm
by pyjudge

PDF reader for vision LLMs. Auto-detects text corruption and switches to image mode.

139 installs/wk local only
PDF Reader
by xvvln

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

85 installs/wk local only

PDF Modifier — questions

Answers built from our own checks of this server.

Why is there no uptime for PDF Modifier?
PDF Modifier 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 pdf-modifier-mcp was installed 221 times last week.
How do I connect PDF Modifier?
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-modifier-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use PDF Modifier?
The pypi package pdf-modifier-mcp was installed 221 times in the last week. Week over week that is +83%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PDF Modifier open source?
We cannot say either way: written in Python, 2 stars on GitHub and 25 open issues, but we could not determine the licence, and without one the code is not open source by default.