Skip to content
Cursor

PDF Modifier for Cursor

io.github.mlorentedev/pdf-modifier-mcp

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

client:Cursor transport:stdio runtime:pypi

Install PDF Modifier in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PDF Modifier in other clients