← Back to Plugins
MCP Server MCP

io.github.groupdocs-markdown/groupdocs-markdown-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "GroupDocs.Markdown.Mcp",
      "version": "26.7.2",
      "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

Comments

Sign in to leave a comment

Loading comments...