com.pulsemcp/google-docs
MCP server for Google Docs integration with OAuth2 and service account support.
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.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}npx -y google-docs-workspace-mcp-serverGOOGLE_DOCS_OAUTH_CLIENT_IDOAuth2 client ID from Google Cloud Console.
GOOGLE_DOCS_OAUTH_CLIENT_SECRETOAuth2 client secret from Google Cloud Console.
GOOGLE_DOCS_OAUTH_REFRESH_TOKENLong-lived refresh token obtained from the oauth-setup command.
GOOGLE_DOCS_SERVICE_ACCOUNT_CLIENT_EMAILService account email address for domain-wide delegation.
GOOGLE_DOCS_SERVICE_ACCOUNT_PRIVATE_KEYService account private key in PEM format.
GOOGLE_DOCS_IMPERSONATE_EMAILEmail address to impersonate in Google Workspace.
GOOGLE_DOCS_ENABLED_TOOLGROUPSComma-separated list of tool groups to enable (readonly, readwrite, readwrite_external).
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Google Ads MCP server — manage campaigns, keywords, and metrics.
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai