Skip to content
Cursor

Optical Context MCP for Cursor

io.github.chrboebel/optical-context-mcp

Compress OCR-heavy PDFs into dense packed images so agents can work with long visual documents.

client:Cursor transport:stdio runtime:pypi

Install Optical Context MCP in Cursor

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

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

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

Optical Context MCP in other clients