groupdocs-parser-cloud-mcp
Verified Safeby groupdocs-parser-cloud
Overview
Provides an MCP server that wraps the GroupDocs.Parser Cloud API to enable AI agents to extract text, images, and barcodes from various document formats and manage cloud storage.
Installation
./run.shEnvironment Variables
- CLIENT_ID
- CLIENT_SECRET
- MCP_PORT
Security Notes
The `file_upload_local` and `file_download_local` tools allow agents to specify local filesystem paths for uploads/downloads. While useful for local agent execution, this could introduce arbitrary file read/write vulnerabilities if the MCP server is exposed to untrusted external input or deployed in an insecure network configuration without proper access controls, as `local_path` is directly used. Secrets are handled via environment variables.
Similar Servers
google-docs-mcp
Allows AI assistants to programmatically interact with Google Docs, Sheets, and Drive for document management, editing, formatting, and file organization.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.