← Index

Google Docs

io.github.domdomegg/google-documents-mcp·v1.2.0·Documents & Spreadsheets
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_TOKEN
requiredsecret

Google OAuth access token with Docs scope.

MCP_TRANSPORT
required

Transport type.

GOOGLE_CLIENT_ID
required

Google OAuth client ID.

GOOGLE_CLIENT_SECRET
requiredsecret

Google OAuth client secret.

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets