Groupdocs MCP Server

MCP server for GroupDocs.Conversion — convert, inspect, and list supported formats via AI agents.

Local serverstdio

What is the Groupdocs MCP server?

MCP server for GroupDocs.Conversion — convert, inspect, and list supported formats via AI agents. The groupdocs mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 3 defined tools rather than through you.

What it actually does

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.

Its toolset

Everything the assistant can do here goes through one of these:

  • Convert — Converts a document to a different format (PDF, DOCX, XLSX, PPTX, HTML, PNG, JPG, and 70+ more) and saves the result to storage
  • GetSupportedFormats — Lists every target format the source document can be converted to, with primary/secondary indicators
  • GetDocumentInfo — Returns file type, page count, and basic properties (author, title, dates, password-protected) for a source document

Configuration

You will need 3 environment variables: GROUPDOCS_MCP_STORAGE_PATH, GROUPDOCS_LICENSE_PATH, GROUPDOCS_MCP_OUTPUT_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

When to reach for it

Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Groupdocs's toolset — Convert, GetSupportedFormats, GetDocumentInfo — is a fair guide to whether it matches your workflow. It is maintained by groupdocs-conversion; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the groupdocs mcp server does with a few real requests.

Available tools

ToolWhat it does
ConvertConverts a document to a different format (PDF, DOCX, XLSX, PPTX, HTML, PNG, JPG, and 70+ more) and saves the result to storage
GetSupportedFormatsLists every target format the source document can be converted to, with primary/secondary indicators
GetDocumentInfoReturns file type, page count, and basic properties (author, title, dates, password-protected) for a source document

Configuration

VariableDescriptionRequired
GROUPDOCS_MCP_STORAGE_PATHFilesystem location the server is allowed to use.Optional
GROUPDOCS_LICENSE_PATHFilesystem location the server is allowed to use.Optional
GROUPDOCS_MCP_OUTPUT_PATHFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use Groupdocs to Convert.
  • Use Groupdocs to GetSupportedFormats.
  • Use Groupdocs to GetDocumentInfo.

Frequently asked questions

It connects Groupdocs to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Convert, GetSupportedFormats, GetDocumentInfo) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Groupdocs directly.