Skip to content
Grok

pdfops mcp for Grok

dev.pdfops/pdfops-mcp

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

client:Grok transport:stdio runtime:npm

Install pdfops mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pdfops mcp in other clients