This is the extended Sheets variant of the gogcli MCP family, wrapping Google's Sheets API with 35 tools including authentication, base operations, and 22 extras for tabs, formatting, named ranges, and more. You'll need your own OAuth client setup (no embedded secrets) and gogcli installed locally. It spawns gogcli as a child process for each operation, so auth stays in gogcli's keyring rather than passing through the MCP layer. Reach for this over the full 52-tool gogcli-mcp package if you only need Sheets access and want a lighter toolset. Multi-account support is built in via an optional account parameter on each tool. The whole codebase was built by Claude, so review permissions and code before connecting it to your Google account.
claude mcp add --transport stdio io.github.chrischall-gogcli-mcp-sheets uvx gogcli-mcp-sheets