Odel
PDF Reader MCP

PDF Reader MCP

Local
@sylphxai918TypeScriptMITUpdated Today

Evidence-first PDF MCP. Agent Document Twin with citeable page+bbox evidence.

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).

npm@sylphx/pdf-reader-mcpv4.1.2

Run

npx -y @sylphx/pdf-reader-mcp

MCP client config

{
  "mcpServers": {
    "pdf-reader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sylphx/pdf-reader-mcp"
      ]
    }
  }
}