gogcli-mcp

chrischall/gogcli-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
Google Sheets (and more) for Claude via gogcli — an MCP server
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": {
    "gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/gogcli-mcp"
      ]
    }
  }
}

README Excerpt

A monorepo of [Model Context Protocol](https://modelcontextprotocol.io) servers that give Claude natural-language access to Google Workspace via [gogcli](https://github.com/steipete/gogcli). > [!WARNING] > **AI-developed project.** This codebase was built and is actively maintained by Claude. Review all code and tool permissions before use.