Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Groupdocs Total MCP
Groupdocs Total MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:19:03 PM

Groupdocs Total MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

MCP server for GroupDocs.Total β€” annotate, sign, convert, watermark, parse, redact documents via AI.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "groupdocs-total-mcp": {
      "url": "https://products.groupdocs.com/total"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

GroupDocs.Total MCP Server

Unified MCP server that exposes the full GroupDocs.Total document-processing toolset β€” annotation, comparison, conversion, markdown, merging, metadata, parsing, redaction, signing, watermarking, plus cross-product document inspection and page preview β€” as AI-callable tools for Claude, Cursor, GitHub Copilot, and other MCP agents. Designed to be used standalone β€” attaching the individual product MCPs (GroupDocs.Annotation.Mcp, GroupDocs.Signature.Mcp, …) alongside is unnecessary and would duplicate tools.

GHCR MCP Registry Integration tests License: MIT

Installation

Install in VS Code Install in VS Code Insiders Add to Cursor Codex CLI setup Windsurf setup

One-click installs pre-fill every supported setting: edit the placeholder host path in the volume mount after install; an empty GROUPDOCS_LICENSE_PATH runs in evaluation mode.

More clients - ready-made configs for Claude Code, Codex CLI, Visual Studio 2022, Cursor, Windsurf, Cline, and JetBrains Rider live in install/generated/.

This product ships via Docker (GHCR) only. GroupDocs.Total bundles every engine (including Parser's embedded ONNX models), so the packed tool far exceeds NuGet.org's 250 MB limit - so dnx and dotnet tool install are not available for it. When upstream ships a slimmer engine that packs under the limit, the standard NuGet flow returns (see the revert notes in .github/workflows/publish_prod.yml).

Terminal
docker run --rm -i \
  -v $(pwd)/documents:/data \
  ghcr.io/groupdocs-total/total-net-mcp:latest

Images are multi-arch (linux/amd64 + linux/arm64), tagged latest plus an immutable version tag per release (e.g. :26.9.0). To pin, replace :latest with the version tag - recommended for shared configs and CI.

Available MCP Tools (38 total)

Tools follow {Product}{Verb}{Noun} PascalCase to disambiguate across domains. Cross-product tools stay short.

Cross-product (2)

ToolDescription
GetDocumentInfoFile type, page count, size as JSON for any document (170+ formats via Parser engine)
GetDocumentPageImageRender up to 5 pages as inline PNG images (Viewer engine, 170+ formats)

Annotation (8)

ToolDescription
AnnotationAddAnnotationAdd textfield / area / point / arrow / highlight / underline / strikeout annotation
AnnotationGetAnnotationsList all annotations as JSON (id, type, message, page, box, user, replies)
AnnotationUpdateAnnotationModify an existing annotation's message and/or bounding box by id
AnnotationRemoveAnnotationsRemove annotations by id list, or all
AnnotationAddReplyAdd a reply / comment thread to an existing annotation
AnnotationRemoveRepliesRemove replies by id, by user name, or all
AnnotationImportAnnotationsImport annotations from XML or another annotated document
AnnotationExportAnnotationsExtract annotations to XML (re-importable via Import)

Signature (7)

ToolDescription
SignatureSignSign with text / qrcode / barcode / digital certificate signature
SignatureVerifyVerify signatures, return JSON validity report
SignatureSearchTextSignaturesFind embedded text signatures with optional substring filter
SignatureSearchBarcodesFind barcode signatures with optional decoded-text filter
SignatureSearchQrCodesFind QR code signatures with optional decoded-text filter
SignatureSearchDigitalSignaturesFind digital certificate signatures (signer, issuer, validity)
SignatureSearchImageSignaturesFind embedded image signatures, return as base64 PNGs

Comparison (1) Β· Conversion (2) Β· Markdown (2)

ToolDescription
ComparisonCompareCompare two documents, produce annotated diff document
ConversionConvertConvert between PDF, Office, image, HTML, and 50+ more formats
ConversionGetSupportedFormatsList every output format the document can be converted TO
MarkdownConvertToMarkdownConvert PDF / Office / EPUB / MOBI to clean Markdown
MarkdownComposeFromMarkdownCompose DOCX / PDF / HTML from Markdown source

Merger (2) Β· Metadata (2)

ToolDescription
MergerMergeCombine up to 4 documents into one (PDF / Office / HTML / images)
MergerSplitSplit a document into separate files by page numbers
MetadataReadMetadataRead all metadata properties (author, title, EXIF, XMP, IPTC, custom) as JSON
MetadataRemoveMetadataStrip all metadata and save a clean copy

Parser (5) Β· Redaction (4) Β· Watermark (3)

ToolDescription
ParserExtractTextExtract plain text (page-by-page or whole document)
ParserExtractImagesExtract embedded images and save them to storage
ParserExtractTablesExtract tables as Markdown or JSON
ParserExtractMetadataExtract metadata fields (separate from MetadataReadMetadata; Parser-format-aware)
ParserExtractBarcodesFind and decode embedded barcodes in document pages
RedactionRedactTextRedact text matching a regex with a replacement string
RedactionRedactImageAreaBlack out a rectangular region of a document page
RedactionRedactAnnotationsRedact or delete annotations matching a regex
RedactionEraseMetadataStrip metadata via the Redaction engine (handles formats Metadata can't)
WatermarkAddWatermarkAdd a text watermark with configurable font, rotation, opacity
WatermarkSearchWatermarksList existing watermarks (type, text, position, page) as JSON
WatermarkRemoveWatermarksRemove watermarks by text filter or all

Example prompts

  • "Convert contract.docx to PDF, then sign it with a QR code containing 'Signed by Alice', then watermark every page with 'CONFIDENTIAL'"
  • "Compare old.pdf and new.pdf, list every annotation in the result, and preview page 1"
  • "Extract all tables from report.xlsx as Markdown and redact every email address"
  • "Read the metadata of every PDF in /uploads, then strip it, then preview the cleaned page 1 of each"
  • "Find every barcode in invoice.pdf, then merge invoice.pdf + receipt.pdf into combined.pdf"

Licensing

The MCP server itself is MIT; the underlying GroupDocs engines require a license for production use. Without one the server runs in evaluation mode:

  • Each bundled engine applies its own evaluation limits: output watermarks / evaluation notices, page limits, and per-process document-open caps (1-15 documents depending on the engine).

To lift the limits, mount your GroupDocs.Total.lic into the container and point GROUPDOCS_LICENSE_PATH at it (see the Claude Desktop example above):

  • Get a free 30-day temporary license
  • Purchase a license | Product page

Configuration

VariableDescriptionDefault
GROUPDOCS_MCP_STORAGE_PATHBase folder for input and output filescurrent directory
GROUPDOCS_MCP_OUTPUT_PATH(Optional) separate folder for output filesGROUPDOCS_MCP_STORAGE_PATH
GROUPDOCS_LICENSE_PATHPath to GroupDocs license file(evaluation mode)

Usage with Claude Desktop

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Docling MCP logoDocling MCP

    Convert PDFs and other documents to structured formats via Docling, for AI applications.

    πŸ’» Developer Tools0 views
    Compare vs Docling MCP β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Groupdocs Markdown MCP logoGroupdocs Markdown MCP

    MCP server for GroupDocs.Markdown β€” convert documents to Markdown via AI agents.

    πŸ’» Developer Tools0 views
    Compare vs Groupdocs Markdown MCP β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Groupdocs Total MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "groupdocs-total-mcp": { "command": "npx", "args": ["-y", "groupdocs-total-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGroupdocs Total MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/groupdocs-total-mcp?style=directory)](https://allmcps.com/mcp/groupdocs-total-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/groupdocs-total-mcp"><img src="https://allmcps.com/api/badge/groupdocs-total-mcp?style=directory" alt="Groupdocs Total MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Groupdocs Total MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code