MCP Server
MCP
io.github.groupdocs-parser/groupdocs-parser-mcp
MCP server for GroupDocs.Parser — extract text, images, metadata, tables, barcodes via AI.
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
By
Comments
Sign in to leave a comment