An MCP server that exposes GroupDocs.Conversion as AI-callable tools for converting documents and inspecting supported output formats and file metadata. It runs via dnx, a .NET global tool, or Docker and stores input/output files in a configured folder.
From the registry: MCP server for GroupDocs.Conversion — convert, inspect, and list supported formats via AI agents.
Please install the `groupdocs-conversion-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **.NET 10 SDK** — Install the .NET 10 SDK to run the server via dnx or as a global dotnet tool. (https://dotnet.microsoft.com/download/dotnet/10.0'}]}]},)
Optional prerequisites:
- Accessible document storage folder — Prepare a local folder for input and output documents and set it via GROUPDOCS_MCP_STORAGE_PATH. The default is the current directory, but a configured path is the documented usage pattern.
Canonical MCP server config (stdio transport):
- command: `dnx`
- args: ["GroupDocs.Conversion.Mcp","--yes"]
- optional environment variables:
- `GROUPDOCS_MCP_STORAGE_PATH`: Base folder for input and output files. Defaults to the current directory if unset. (example: `<path-to-documents>`)
- `GROUPDOCS_MCP_OUTPUT_PATH`: Optional separate folder for output files. Defaults to GROUPDOCS_MCP_STORAGE_PATH if unset. (example: `<path-to-output-folder>`)
- `GROUPDOCS_LICENSE_PATH`: Path to a GroupDocs license file. If unset, the server runs in evaluation mode. (example: `<path-to-license-file>`)
Note: Preferred install path is running directly with dnx. For shared or committed configs, the README recommends pinning the package version by replacing the first arg with GroupDocs.Conversion.Mcp@<version>.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GROUPDOCS_MCP_STORAGE_PATHrequiredBase folder for input and output filesGROUPDOCS_LICENSE_PATHrequiredPath to GroupDocs license fileAI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.