Register the GroupDocs.Conversion MCP server in any AI client — Claude Desktop, Claude Code, VS Code, Visual Studio 2022, Cursor, Windsurf, Cline, or Codex — with the exact config file location and JSON block for each. The installer does all of this automatically (set the clients list in its config); this page is the manual reference. Restart the client after any registration change.
The standard server entry (NuGet channel — for Docker, see the Docker entry below):
Or workspace-level .vscode/mcp.json. The NuGet package page generates a ready-to-paste snippet, and the repo README has one-click Install in VS Code buttons.
Visual Studio 2022 (17.14+)
Create .mcp.json in your solution root — same servers shape as VS Code. This is the native path for .NET teams already in Visual Studio.
Cursor
~/.cursor/mcp.json, root key mcpServers — same entry as Claude Desktop. The repo README also has an Add to Cursor one-click button.
Windsurf
~/.codeium/windsurf/mcp_config.json, root key mcpServers (Settings → Cascade → Manage MCP servers → View raw config), then refresh the server list.
Cline
VS Code globalStorage: …/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json, root key mcpServers.
Or add a [mcp_servers.groupdocs-conversion] table to ~/.codex/config.toml.
JetBrains Rider
No stable config-file surface yet — register manually: Settings → Tools → AI Assistant → Model Context Protocol (MCP) → Add, using the standard entry above as reference.
Docker-based entry
Any client above can run the server via Docker instead of dnx — storage is passed as a volume mount: