PluginBench
MCP Server
Active
MIT

io.github.chrischall/gogcli-mcp MCP Server

io.github.chrischall/gogcli-mcp

What is the io.github.chrischall/gogcli-mcp MCP server?

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

How to install io.github.chrischall/gogcli-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOG_ACCOUNT

    Email address of the Google account to use (matches gogcli auth)

  • GOG_PATH

    Override path to the gogcli binary (auto-discovered otherwise)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ],
      "env": {
        "GOG_ACCOUNT": "<YOUR_GOG_ACCOUNT>",
        "GOG_PATH": "<YOUR_GOG_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ],
      "env": {
        "GOG_ACCOUNT": "<YOUR_GOG_ACCOUNT>",
        "GOG_PATH": "<YOUR_GOG_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ],
      "env": {
        "GOG_ACCOUNT": "<YOUR_GOG_ACCOUNT>",
        "GOG_PATH": "<YOUR_GOG_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gogcli-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ],
      "env": {
        "GOG_ACCOUNT": "<YOUR_GOG_ACCOUNT>",
        "GOG_PATH": "<YOUR_GOG_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add gogcli-mcp --env GOG_ACCOUNT=<YOUR_GOG_ACCOUNT> --env GOG_PATH=<YOUR_GOG_PATH> -- npx -y gogcli-mcp

Related MCP servers

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

5
TypeScript
MIT
View repository →

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →

Extended Google Docs for Claude via gogcli — auth + full Docs and comments support

1
TypeScript
MIT
View repository →

Google Drive via gogcli for Claude — search, upload, download, permissions

1
TypeScript
MIT
View repository →