Google-Docs-MCP
Verified Safeby SreeyaSrikanth
Overview
MCP Server for writing, editing and formatting Google Docs.
Installation
python server.pyEnvironment Variables
- REDIRECT_URI
- PORT
Security Notes
Uses standard OAuth2 flow with `client_secret.json` for credentials, which must be secured by the user. Stores tokens locally in `user_token.json`. Handles credential refresh and unauthorized access. `REDIRECT_URI` defaults to localhost; production deployments require careful configuration of a secure HTTPS URI. No obvious `eval` or command injection vulnerabilities. Error handling for missing parameters and unknown methods is present.
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-gsheets
A Model Context Protocol (MCP) server for Google Sheets API integration, enabling reading, writing, and managing Google Sheets documents directly from MCP clients like Claude Code, Claude Desktop, or Cursor.
google-drive-mcp
Provides an MCP server for secure integration and file management with Google Drive, Docs, Sheets, and Slides for AI clients.