← Index

com.pulsemcp/google-docs

com.pulsemcp/google-docs·v0.1.2·Documents & Spreadsheets
Quality Score
80
/100

MCP server for Google Docs integration with OAuth2 and service account support.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "google-docs": {
      "command": "npx",
      "args": [
        "-y",
        "google-docs-workspace-mcp-server"
      ],
      "env": {
        "GOOGLE_DOCS_OAUTH_CLIENT_ID": "<your-google_docs_oauth_client_id>",
        "GOOGLE_DOCS_OAUTH_CLIENT_SECRET": "<your-google_docs_oauth_client_secret>",
        "GOOGLE_DOCS_OAUTH_REFRESH_TOKEN": "<your-google_docs_oauth_refresh_token>",
        "GOOGLE_DOCS_SERVICE_ACCOUNT_CLIENT_EMAIL": "<google_docs_service_account_client_email>",
        "GOOGLE_DOCS_SERVICE_ACCOUNT_PRIVATE_KEY": "<your-google_docs_service_account_private_key>",
        "GOOGLE_DOCS_IMPERSONATE_EMAIL": "<google_docs_impersonate_email>",
        "GOOGLE_DOCS_ENABLED_TOOLGROUPS": "<google_docs_enabled_toolgroups>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "google-docs": {
      "command": "npx",
      "args": [
        "-y",
        "google-docs-workspace-mcp-server"
      ],
      "env": {
        "GOOGLE_DOCS_OAUTH_CLIENT_ID": "<your-google_docs_oauth_client_id>",
        "GOOGLE_DOCS_OAUTH_CLIENT_SECRET": "<your-google_docs_oauth_client_secret>",
        "GOOGLE_DOCS_OAUTH_REFRESH_TOKEN": "<your-google_docs_oauth_refresh_token>",
        "GOOGLE_DOCS_SERVICE_ACCOUNT_CLIENT_EMAIL": "<google_docs_service_account_client_email>",
        "GOOGLE_DOCS_SERVICE_ACCOUNT_PRIVATE_KEY": "<your-google_docs_service_account_private_key>",
        "GOOGLE_DOCS_IMPERSONATE_EMAIL": "<google_docs_impersonate_email>",
        "GOOGLE_DOCS_ENABLED_TOOLGROUPS": "<google_docs_enabled_toolgroups>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y google-docs-workspace-mcp-server
§02  Environment variables
GOOGLE_DOCS_OAUTH_CLIENT_ID
secret

OAuth2 client ID from Google Cloud Console.

GOOGLE_DOCS_OAUTH_CLIENT_SECRET
secret

OAuth2 client secret from Google Cloud Console.

GOOGLE_DOCS_OAUTH_REFRESH_TOKEN
secret

Long-lived refresh token obtained from the oauth-setup command.

GOOGLE_DOCS_SERVICE_ACCOUNT_CLIENT_EMAIL

Service account email address for domain-wide delegation.

GOOGLE_DOCS_SERVICE_ACCOUNT_PRIVATE_KEY
secret

Service account private key in PEM format.

GOOGLE_DOCS_IMPERSONATE_EMAIL

Email address to impersonate in Google Workspace.

GOOGLE_DOCS_ENABLED_TOOLGROUPS

Comma-separated list of tool groups to enable (readonly, readwrite, readwrite_external).

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