Back to Home
SreeyaSrikanth icon

Google-Docs-MCP

Verified Safe

by SreeyaSrikanth

Overview

MCP Server for writing, editing and formatting Google Docs.

Installation

Run Command
python server.py

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-23

Tags

Google DocsDocument ManagementAPI WrapperText EditingOAuth2