google-gog-mcp

christophdeckert45-coder/google-gog-mcp
★ 0 stars TypeScript 📁 File System Updated today
Google Gog MCP server scaffold for Google Drive, Docs, and Sheets
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-gog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "christophdeckert45-coder/google-gog-mcp"
      ]
    }
  }
}