Google Docs
Quality Score
88
/100
Allow AI systems to read and edit Google Docs.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"google-documents-mcp": {
"command": "npx",
"args": [
"-y",
"google-documents-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<your-google_access_token>",
"MCP_TRANSPORT": "<mcp_transport>",
"GOOGLE_CLIENT_ID": "<google_client_id>",
"GOOGLE_CLIENT_SECRET": "<your-google_client_secret>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"google-documents-mcp": {
"command": "npx",
"args": [
"-y",
"google-documents-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<your-google_access_token>",
"MCP_TRANSPORT": "<mcp_transport>",
"GOOGLE_CLIENT_ID": "<google_client_id>",
"GOOGLE_CLIENT_SECRET": "<your-google_client_secret>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y google-documents-mcp§02 Environment variables
GOOGLE_ACCESS_TOKENrequiredsecret
Google OAuth access token with Docs scope.
MCP_TRANSPORTrequired
Transport type.
GOOGLE_CLIENT_IDrequired
Google OAuth client ID.
GOOGLE_CLIENT_SECRETrequiredsecret
Google OAuth client secret.
§03 MCP Quality Score · methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
10
§04 Alternatives in Documents & Spreadsheets
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai