Odel
pdf it

pdf it

Local
@mrslbt1TypeScriptMITUpdated 1mo ago

Native PDF renderer for AI markdown. Cover, TOC, page-numbered footer. Fonts embedded, zero config.

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

npmpdf-it-mcpv2.1.0

Run

npx -y pdf-it-mcp

MCP client config

{
  "mcpServers": {
    "pdf-it": {
      "command": "npx",
      "args": [
        "-y",
        "pdf-it-mcp"
      ]
    }
  }
}