MCP Server
MCP
io.github.groupdocs-annotation/groupdocs-annotation-mcp
MCP server for GroupDocs.Annotation — add, list, update, remove document annotations via AI agents.
Install
nuget:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "GroupDocs.Annotation.Mcp",
"version": "26.7.4",
"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
nuget
By
Comments
Sign in to leave a comment