Odel
PDF Modifier

PDF Modifier

Local
@mlorentedev1PythonUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpdf-modifier-mcpv1.6.0

Run

uvx pdf-modifier-mcp

MCP client config

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