Sign In

gogcli-mcp

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gogcli-mcp

MCP server wrapping gogcli for Google service access

Source
npmnpm
Version
2.20.0
Version published
Weekly downloads
241
-74.79%
Maintainers
1
Weekly downloads
 
Created
Source

gogcli-mcp

[!WARNING] AI-developed project. This codebase was built and is actively maintained by Claude Code. Review all code and tool permissions before use.

Base Model Context Protocol server that gives Claude access to Google Workspace via gogcli. Includes 52 tools across 8 services: Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts, and Auth.

For extended Sheets or Docs support, see gogcli-mcp-sheets and gogcli-mcp-docs.

Requirements

  • gogcli installed and authenticated
  • Node.js 18+
brew install gogcli
gog auth add your@gmail.com

Installation

npm install -g gogcli-mcp

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "gogcli": {
      "command": "gogcli-mcp",
      "env": {
        "GOG_ACCOUNT": "you@gmail.com"
      }
    }
  }
}

Claude Code

claude mcp add gogcli-mcp -- gogcli-mcp

Tools (52)

ServiceToolsIncludes
Sheets8get, update, append, clear, metadata, create, find-replace, run
Docs7info, cat, create, write, find-replace, structure, run
Gmail4search, get, send, run
Calendar7events, get, create, update, delete, respond, run
Drive9ls, search, get, mkdir, rename, move, delete, share, run
Tasks7lists, list, get, add, done, delete, run
Contacts5search, list, get, create, run
Auth5list, status, services, add, run

All tools accept an optional account parameter to target a specific Google account.

License

MIT

Keywords

mcp

FAQs

Package last updated on 09 Aug 2026

Related posts