
Gogcli Mcp
Read, write, and manage Google Sheets from your agent through gogcli without custom Google API boilerplate in every project.
Overview
gogcli MCP is an MCP server for the Build phase that lets your agent read, write, and manage Google Sheets through the gogcli command-line tool.
What is this MCP server?
- Google Sheets read, write, and management via gogcli from MCP agents
- Stdio gogcli-mcp v2.6.1 on npm (monorepo package under packages/gogcli-mcp)
- GOG_ACCOUNT selects the authenticated Google email matching gogcli auth
- GOG_PATH override when gogcli is not on default PATH discovery
- Extends beyond sheets in description (“and more”) through gogcli’s Google surface
- Server version 2.6.1
- 2 optional environment variables (GOG_ACCOUNT, GOG_PATH)
- Stdio transport via npm identifier gogcli-mcp
Community signal: 1 GitHub stars.
What problem does it solve?
Your roadmap and metrics live in Google Sheets but every agent task needs manual copy-paste or one-off Apps Script because there is no MCP bridge to gogcli.
Who is it for?
Builders who already authenticate Google via gogcli and want Sheets as agent-accessible data during development and ops.
Skip if: Greenfield teams avoiding Google Workspace, heavy BigQuery pipelines, or users unwilling to install and maintain the gogcli binary.
What do I get? / Deliverables
After gogcli auth and MCP registration, your agent can mutate and read spreadsheet ranges as structured tool calls in the IDE.
- Agent-driven read and write access to Google Sheets ranges
- Managed spreadsheet operations via gogcli without custom OAuth code
- Repeatable MCP stdio config for workspace-linked build workflows
Recommended MCP Servers
Journey fit
Spreadsheets back roadmaps, metrics, and ops logs during Build when you wire external productivity data into apps and agent workflows. Integrations is the right shelf for MCP that delegates to the gogcli binary for Google Sheets and related Google workspace operations.
How it compares
gogcli-backed Google Sheets MCP connector, not a native Google Sheets API skill or no-code database.
Common Questions / FAQ
Who is gogcli-mcp for?
Solo builders and small teams who use gogcli for Google auth and want MCP agents to read and write Sheets during product work.
When should I use gogcli-mcp?
Use it in Build integrations when checklists, KPI tabs, or content calendars in Google Sheets should stay in sync with agent-driven coding and launch tasks.
How do I add gogcli-mcp to my agent?
Install and authorize gogcli for your Google account, add stdio server gogcli-mcp in Claude Code or Cursor, set GOG_ACCOUNT and GOG_PATH if needed, then expose sheet tools to the agent.