🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

gogcli-mcp-slides

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gogcli-mcp-slides

Extended Google Slides MCP server via gogcli — auth + full Slides support

latest
Source
npmnpm
Version
2.18.4
Version published
Maintainers
1
Created
Source

gogcli-mcp-slides

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

Extended Google Slides MCP server via gogcli. Includes auth tools plus 12 dedicated Slides tools for creating, editing, and exporting presentations (markdown-driven creation, template substitution, speaker notes, slide images, and more).

Requirements

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

Installation

npm install -g gogcli-mcp-slides

Claude Desktop

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

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

Claude Code

claude mcp add gogcli-slides -- gogcli-mcp-slides

Slides Tools (12)

Plus 5 auth tools and 1 gog_slides_run escape hatch for a total of 18 tools.

ToolDescription
gog_slides_exportExport a presentation to a local file (pdf or pptx)
gog_slides_infoGet metadata for a presentation
gog_slides_createCreate a new presentation, optionally from a template
gog_slides_create_from_markdownCreate a new presentation from markdown content
gog_slides_create_from_templateCreate from a template with placeholder replacements
gog_slides_copyCopy a presentation
gog_slides_add_slideAdd a new slide from a local image
gog_slides_list_slidesList slides in a presentation
gog_slides_delete_slideDelete a slide
gog_slides_read_slideRead the content of a slide
gog_slides_update_notesUpdate speaker notes on a slide
gog_slides_replace_slideReplace the image content of an existing slide

License

MIT

Keywords

mcp

FAQs

Package last updated on 29 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts