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 unified, high-performance Go-based MCP server providing access to a comprehensive suite of developer tools, with robust OAuth 2.1 authentication and observability features.
google-drive-mcp
Provides an MCP server for secure integration and file management with Google Drive, Docs, Sheets, and Slides for AI clients.
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.