Skip to content
Cursor

Citra for Cursor

io.github.sylphxai/citra

Citra — PDF answers with page-level proof: structure, tables, OCR, and page citations.

client:Cursor transport:stdio runtime:npm

Install Citra in Cursor

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

{
  "mcpServers": {
    "citra": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/citra"
      ]
    }
  }
}

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

Citra in other clients