Odel
gogcli mcp

gogcli mcp

Local
@chrischall1TypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgogcli-mcpv2.29.0

Run

npx -y gogcli-mcp

MCP client config

{
  "mcpServers": {
    "gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ]
    }
  }
}