mcp
Verified Safeby joelanford
Overview
Provides read-only access to Google Workspace APIs (Docs, Calendar, Gmail) as an MCP server for AI models.
Installation
./bin/google-workspace-mcpEnvironment Variables
- MCP_OUTPUT_FORMAT
Security Notes
No hardcoded secrets were found. The server explicitly uses Google Application Default Credentials (ADC) for authentication, which is a secure practice. All Google API access is strictly read-only, significantly limiting the potential impact of any hypothetical vulnerabilities. The server communicates over standard I/O (stdio), reducing its direct network attack surface. The `docs_search` handler includes explicit query sanitization to prevent injection vulnerabilities in Drive API calls.
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-devtools
A high-performance MCP server providing a unified interface to essential developer tools, featuring OAuth 2.0/2.1 authorization and a multi-layered security framework.
mcp-gemini-grounded-search
Provides grounded search functionality using Google's Gemini API, allowing MCP clients to perform web searches and retrieve up-to-date information with sources.
GeminiMCP
Integrate Google's Gemini API for AI-powered tasks and search with Model Control Protocol (MCP) clients, focusing on developer-centric features like code analysis and context handling.