Skip to content

groupdocs parser mcp for Grok

io.github.groupdocs-parser/groupdocs-parser-mcp

MCP server for GroupDocs.Parser — extract text, images, metadata, tables, barcodes via AI.

client:Grok transport:stdio runtime:oci

Install groupdocs parser mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "groupdocs-parser-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/groupdocs-parser/parser-net-mcp:26.9.0"
      ],
      "env": {
        "GROUPDOCS_MCP_STORAGE_PATH": "<GROUPDOCS_MCP_STORAGE_PATH>",
        "GROUPDOCS_MCP_OUTPUT_PATH": "<GROUPDOCS_MCP_OUTPUT_PATH>",
        "GROUPDOCS_LICENSE_PATH": "<GROUPDOCS_LICENSE_PATH>"
      }
    }
  }
}

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

groupdocs parser mcp in other clients