MCP server for GroupDocs.Conversion — convert, inspect, and list supported formats via AI agents.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"groupdocs-conversion": {
"env": {
"GROUPDOCS_MCP_STORAGE_PATH": "/path/to/documents"
},
"args": [
"GroupDocs.Conversion.Mcp",
"--yes"
],
"type": "stdio",
"command": "dnx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server that exposes GroupDocs.Conversion as AI-callable tools for Claude, Cursor, GitHub Copilot, and other MCP agents.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
B2B lead generation and company search through Generect Live API for sales prospecting.
MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports
Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics
MCP Security Weekly
Get CVE alerts and security updates for io.github.groupdocs-conversion/groupdocs-conversion-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Convert PDF, Word, Excel, PowerPoint, HTML, images, and 70+ document formats from Claude, Cursor, GitHub Copilot, and any other MCP agent — locally, your files never leave your machine.
One-click installs pre-fill every supported setting: edit the placeholder documents folder after install (output defaults to the same folder); an empty GROUPDOCS_LICENSE_PATH runs in evaluation mode - point it at your license to lift limits.
More clients - ready-made configs for Claude Code, Codex CLI, Visual Studio 2022, Cursor, Windsurf, Cline, and JetBrains Rider live in
install/generated/.
Requires the .NET 10 SDK for native runs — or skip straight to Docker.
Run directly with dnx (recommended — no install step):
dnx GroupDocs.Conversion.Mcp --yes
Pulls the latest stable release on every invocation. To pin to a specific
version (recommended for shared configs and CI), append @<version>:
dnx GroupDocs.Conversion.Mcp@26.7.2 --yes
Add to claude_desktop_config.json:
{
"mcpServers": {
"groupdocs-conversion": {
"type
... [View full README on GitHub](https://github.com/groupdocs-conversion/groupdocs.conversion.mcp#readme)