Skip to content
Grok

quillpdf mcp for Grok

io.github.purpledirective/quillpdf-mcp

Local-first PDF tools (merge, split, rotate, watermark, Bates, metadata) as MCP server + CLI.

client:Grok transport:stdio runtime:npm

Install quillpdf mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "quillpdf-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "quillpdf-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

quillpdf mcp in other clients