pdf-modifier-mcp

mlorentedev/pdf-modifier-mcp
★ 2 stars Python Code/Dev Tools Updated today
MCP server + CLI for PDF text replacement with font style preservation
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pdf-modifier-mcp": {
      "command": "uvx",
      "args": [
        "pdf-modifier-mcp"
      ]
    }
  }
}

Or install with pip: pip install pdf-modifier-mcp

README Excerpt

**CLI + MCP server + Web UI** for PDF text replacement with font style preservation. ```bash pip install pdf-modifier-mcp pdf-mod modify input.pdf output.pdf -r "Draft=Final" claude mcp add -s user pdf-modifier -- uvx pdf-modifier-mcp ``` | Interface | Description | Run | |-----------|-------------|-----|

Topics

mcpmodel-context-protocolpdfpython