MCP Directory
Back

google-docs-mcp

by a-bonus · TypeScript · ★ 591

The Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.

Install

npx -y github:a-bonus/google-docs-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "google-docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:a-bonus/google-docs-mcp"
      ]
    }
  }
}

From the README

Connect Claude Desktop, Cursor, or any MCP client to your Google Docs, Google Sheets, Google Drive, Gmail, and Google Calendar. Tools across Google Docs, Sheets, and Drive: | Tool | Description | | ----------------------------- | ------------------------------------------------- | | | Read content as plain text, JSON, or markdown | | | Append text to a document | | | Insert text at a specific position | | | Remove conte…
Read full README on GitHub →

Related communication servers