google-docs-mcp
Verified Safeby a-bonus
Overview
Allows AI assistants to programmatically interact with Google Docs, Sheets, and Drive for document management, editing, formatting, and file organization.
Installation
node ./dist/server.jsEnvironment Variables
- SERVICE_ACCOUNT_PATH
- GOOGLE_IMPERSONATE_USER
Security Notes
The server uses standard Google OAuth 2.0 or Service Account authentication, which are secure. It explicitly warns users about not sharing `credentials.json` and `token.json` files. Input parameters are validated using `zod` to prevent malformed requests. By default, it runs over `stdio`, limiting direct network exposure. However, it requires broad Google Drive, Docs, and Sheets scopes, meaning a compromised token could grant extensive access to user data.
Similar Servers
google-drive-mcp
Provides an MCP server for secure integration and file management with Google Drive, Docs, Sheets, and Slides for AI clients.
google-drive-mcp
Facilitates AI systems to perform comprehensive file and folder management in Google Drive, including listing, searching, uploading, downloading, and managing comments and permissions, enabling workflows like content analysis, project scaffolding, and feedback synthesis.
Google-Workspace-MCP
Seamlessly integrates Google Drive, Sheets, and Docs with Claude AI and other AI agents through the Model Context Protocol (MCP) for automation.
google-documents-mcp
Enables AI systems to interact with Google Docs for reading, editing, and content generation, facilitating workflows like document Q&A, meeting summaries, content drafting, and daily planning with persistent context.