$ timeahead.in
/ servers/npm/@a-bonus/google-docs-mcp
npm

@a-bonus/google-docs-mcp

MCP server for Google Docs, Sheets, Drive, Gmail, and Calendar

4k/wk
62fair
▣ Overview

What it does

Provides Claude with access to Google Workspace services through the Model Context Protocol. Connects to Google Docs, Sheets, Drive, Gmail, and Calendar, enabling Claude to retrieve documents, query spreadsheet data, search email threads, check calendar events, and work with file metadata during conversations. The server abstracts authentication complexity and translates Claude's requests into corresponding Google Workspace API calls.

Who it's for

Developers and teams embedding Claude into Google Workspace-centered workflows—content teams automating document analysis, engineers querying shared drives and email archives, data analysts pulling spreadsheet values for processing, or anyone building Claude-powered applications that require Google Workspace integration.

Common use cases

  • Retrieve and summarize documents stored in Google Drive
  • Query spreadsheet data in Google Sheets for analysis or aggregation
  • Search Gmail threads and extract information from message bodies
  • Check calendar availability and retrieve event details
  • Extract and organize file metadata across Google Drive folders

Setup pitfalls

  • OAuth 2.0 configuration requires a Google Cloud project with credentials and service-specific scopes for each service (Docs, Sheets, Drive, Gmail, Calendar). Incomplete or mismatched scopes cause silent failures on specific operations.
  • Token expiry and refresh—OAuth access tokens expire; improper refresh token handling breaks long-running workflows.
  • Limited documentation—no README means configuration steps are opaque. Expect trial-and-error to identify required environment variables and credential format.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
30
7.5
Adoption
20%
45
8.9
Quality
10%
60
6.0
Trust
10%
50
5.0
Total
62.4
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "a-bonusgoogle-docs": {
      "command": "npx",
      "args": [
        "-y",
        "@a-bonus/google-docs-mcp"
      ]
    }
  }
}
📈 Score historylast 41 snapshots
4/30/20266/19/2026 · 41 snapshots
⛁ Raw data
weekly downloads4k
github stars0
forks0
open issues0
license✓ present
readme length0 chars
last updated1d ago
install verified✗ fail · 36d ago
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points