Skip to content
Claude Desktop

PDF Text, Table and OCR Extractor for Claude Desktop

io.github.brenton-keller/pdf-text-table-ocr-extractor

PDF URLs to per-page text, tables as rows, Markdown, metadata and OCR for scanned pages.

client:Claude Desktop transport:streamable-http

Install PDF Text, Table and OCR Extractor in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "pdf-text-table-ocr-extractor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=brenton8907/pdf-text-table-ocr-extractor"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

PDF Text, Table and OCR Extractor in other clients