Skip to content
Cursor

oxidize-pdf MCP Server for Cursor

io.github.bzsanti/oxidize-pdf-mcp

MCP server for PDF generation, parsing, splitting, merging, and manipulation via oxidize-pdf

client:Cursor transport:stdio runtime:pypi

Install oxidize-pdf MCP Server in Cursor

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

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

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

oxidize-pdf MCP Server in other clients