groupdocs-parser-cloud-mcp

groupdocs-parser-cloud/groupdocs-parser-cloud-mcp
★ 2 stars Python AI/LLM Updated today
GroupDocs.Parser Cloud MCP server that gives AI assistants the power to parse text, barcodes, and images from 50+ document formats and format families (PDF, Word, Excel) using the robust GroupDocs.Parser Cloud API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "groupdocs-parser-clo": {
      "command": "uvx",
      "args": [
        "groupdocs-parser-cloud-mcp"
      ]
    }
  }
}

Or install with pip: pip install groupdocs-parser-cloud-mcp

README Excerpt

A lightweight **MCP (Model Context Protocol)** server that wraps **GroupDocs.Parser Cloud API** to provide document-parsing capabilities to AI agents, assistants, and development environments. It enables LLMs to extract text, images, and barcodes from documents stored in GroupDocs Cloud storage, and provides shared cloud storage utilities (upload, download, list, exists, delete).