google-drive-mcp and MCPApp
About google-drive-mcp
piotr-agier/google-drive-mcp
A Model Context Protocol (MCP) server that provides secure integration with Google Drive, Docs, Sheets, Slides and Calendar. It allows Claude Desktop and other MCP clients to manage files in Google Drive through a standardized interface.
Implements OAuth 2.0 authentication with automatic token refresh and supports both My Drive and Google Shared Drives, making it suitable for team environments. Built on Node.js with stdio transport, it integrates directly into Claude Desktop via MCP while offering Docker deployment options for containerized setups. Beyond file operations, it provides specialized capabilities like surgical text editing in Docs, cell-level Sheets manipulation, and full Calendar event management through a unified interface.
About MCPApp
tanaikech/MCPApp
This text introduces the Model Context Protocol (MCP) for AI interaction, exploring Google Apps Script (GAS) as a server option. It shows feasibility with a sample but notes the lack of a GAS SDK, aiming to encourage understanding and development.
Implements both MCP server and client capabilities natively in Google Apps Script, enabling direct integration with Gemini CLI and other MCP clients without external SDKs. The architecture uses JSON-RPC 2.0 messaging over HTTP with optional LockService-based concurrency control, supporting up to 30 concurrent requests when disabled for improved throughput. Also provides an MCP network building capability, allowing GAS to orchestrate multiple MCP servers as a unified protocol adapter.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work