Optical Context MCP for Claude Desktop
io.github.chrboebel/optical-context-mcp
Compress OCR-heavy PDFs into dense packed images so agents can work with long visual documents.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Optical Context MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"optical-context-mcp": {
"command": "uvx",
"args": [
"optical-context-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs