Odel
GroupDocs.Parser.Mcp

GroupDocs.Parser.Mcp

Local
@groupdocs-parserC#MITUpdated Yesterday

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

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

Dockerghcr.io/groupdocs-parser/parser-net-mcp:26.9.0

Run

docker run -i --rm ghcr.io/groupdocs-parser/parser-net-mcp:26.9.0

MCP client config

{
  "mcpServers": {
    "groupdocs-parser-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/groupdocs-parser/parser-net-mcp:26.9.0"
      ]
    }
  }
}