Odel
PDF Reader

PDF Reader

Local
@xvvln1PythonMITUpdated 2mo ago

MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpdf-insight-mcpv0.2.1

Run

uvx pdf-insight-mcp

MCP client config

{
  "mcpServers": {
    "pdf-reader": {
      "command": "uvx",
      "args": [
        "pdf-insight-mcp"
      ]
    }
  }
}