New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

gogcli-mcp

Package Overview
Dependencies
Maintainers
1
Versions
53
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.26.0
Version published
Weekly downloads
220
-71.58%
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 112 tools across 13 services: Sheets, Docs, Gmail, Calendar, Drive, Slides, Classroom, Chat, Apps Script, Tasks, Contacts, the generic Discovery API escape hatch, 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 (112)

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
Drive11ls, search, get, mkdir, rename, move, delete, share, extract-text, read-bytes, run
Slides7export, info, create, copy, list-slides, read-slide, run
Classroom25courses, students, teachers, roster, coursework, submissions (grade/return/turn-in/reclaim), announcements, topics, invitations, profile, run
Chat12spaces list/find/create, threads list, messages list/send, dm send/space, reactions list/create/delete, run
Apps Script8get, content, pull, create, deployments, versions, run-function, run
Tasks7lists, list, get, add, done, delete, run
Contacts5search, list, get, create, run
API3list, describe, call
Auth8list, status, health, services, add, add-url, add-complete, run

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

License

MIT

Keywords

mcp

FAQs

Package last updated on 28 Aug 2026

Related posts