Skip to content
Grok

document parser for Grok

io.github.agenson-horrowitz/document-parser

Parse and extract structured data from various document formats (PDF, Word, HTML).

client:Grok transport:stdio runtime:npm

Install document parser in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "document-parser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agenson-horrowitz/document-parser-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

document parser in other clients