Skip to content
Cursor

pdf4vllm for Cursor

io.github.pyjudge/pdf4vllm

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

client:Cursor transport:stdio runtime:pypi

Install pdf4vllm in Cursor

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

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

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

pdf4vllm in other clients