← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/groupdocs-parser/parser-net-mcp:26.7.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/groupdocs-parser/parser-net-mcp:26.7.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "value": "{storage_path}",
          "variables": {
            "storage_path": {
              "description": "Base folder for input and output files. Defaults to the current working directory."
            }
          },
          "name": "GROUPDOCS_MCP_STORAGE_PATH"
        },
        {
          "value": "{output_path}",
          "variables": {
            "output_path": {
              "description": "Optional — separate folder for output files. Defaults to GROUPDOCS_MCP_STORAGE_PATH."
            }
          },
          "name": "GROUPDOCS_MCP_OUTPUT_PATH"
        },
        {
          "value": "{license_path}",
          "variables": {
            "license_path": {
              "description": "Path to the GroupDocs.Total.lic license file. Omit to run in evaluation mode."
            }
          },
          "name": "GROUPDOCS_LICENSE_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...