Odel
pdfops mcp

pdfops mcp

Local
@pdfopsTypeScriptMITUpdated Today

Deterministic PDF tools for AI agents: inspect fields, fill forms, merge PDFs, invoices.

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

npmpdfops-mcpv0.3.1

Run

npx -y pdfops-mcp

MCP client config

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