mcp-gdocs
Verified Safeby marcosremar
Overview
A document processing and conversion tool that facilitates operations between Markdown, PDF, and Google Docs, likely integrating LLMs for content correction and formatting.
Installation
./run_mcp_server.shSecurity Notes
The system interacts with external APIs (Google Docs, potentially LLMs) and utilizes shell scripts, which inherently carry network and execution risks. API keys for external services must be handled securely. Without source code inspection, specific vulnerabilities cannot be identified, but no obvious 'eval' or obfuscation is apparent.
Similar Servers
kreuzberg
Extracts text, tables, images, and metadata from a wide range of document formats (PDF, Office, images, HTML, etc.), with support for multiple OCR backends and an extensible plugin system. Can be run as a Micro-Agent Communication Protocol (MCP) server.
google-docs-mcp
Allows AI assistants to programmatically interact with Google Docs, Sheets, and Drive for document management, editing, formatting, and file organization.
adeu
Facilitates AI agents and LLMs to apply 'Track Changes' and comments to Microsoft Word documents, enabling automated redlining and document reconciliation.
md-server
Converts various documents, webpages, and media files into markdown format, serving as an HTTP API or an MCP server for AI assistants to read and process content.