← Back to Blog
Google AI Tools Open Source March 2026 5 min read

Google Just Open Sourced the Most Powerful Workspace CLI on the Internet. Here's the Real Story.

gws is genuinely impressive. It's also proof of a pattern every builder needs to understand before they invest in the wrong tools.

Google just dropped something called gws — a single command-line tool that covers every Google Workspace API in existence. Drive, Gmail, Calendar, Sheets, Docs, Chat, all of it. One tool. No custom REST boilerplate. No repetitive auth setup. Your AI agent can now manage all of Google Workspace without a single line of custom integration code.

That's actually impressive. And I mean that genuinely, not as a setup for the takedown. But there's a bigger story here that I think most builders are missing while they're busy sharing the launch tweet.


What gws actually does

The thing that makes gws different from every other Workspace integration tool isn't the feature list — it's how the command surface is built. gws doesn't ship a static set of commands. It reads Google's Discovery Service at runtime and builds its entire interface dynamically. That means when Google adds a new Workspace API endpoint, gws picks it up automatically. Zero updates. Zero maintenance on your end.

ships with:
100+ AI Agent Skills out of the box
integrates with:
MCP server built-in — Claude, Gemini CLI, VS Code ready
Native Gemini CLI extension
output:
Structured JSON on every response
security:
AES-256-GCM encrypted credentials via OS keyring
Model Armor integration — prompt injection protection

The MCP server is built in. That means you can point Claude Code or any MCP-compatible agent directly at gws and it can read your Drive, write to Sheets, send calendar invites, pull Gmail threads — all natively, without you writing a single line of integration code. That's a real unlock for anyone building AI agents on top of Google Workspace.

From a pure capability standpoint, this is one of the most complete open source Workspace tools I've seen. The structured JSON output alone makes it dramatically more useful for agent workflows than anything that existed before it.

"Your AI agent can now manage all of Google Workspace without a single line of custom tooling."

But here's the pattern

This is where I want to slow down, because I think the launch excitement is obscuring something important.

About a year ago, the open source community was building MCP servers for everything. GitHub integrations. Slack connectors. Notion bridges. People were shipping tools to let Claude read your calendar, write to your Sheets, manage your Drive. Some of those tools had thousands of stars on GitHub within weeks.

Then the big platforms started shipping native MCP support. Then Google built it into gws. Then Anthropic started publishing first-party integrations. The open source tools didn't disappear overnight — but the gravity shifted. The ecosystem that was pulling people toward independent tools started pulling them back toward the platforms that built the original APIs.

This isn't a new story. It's actually a very old one. A new capability appears. Independent developers build tools to access it because the platform hasn't gotten there yet. The tools get traction. The platform notices. The platform absorbs the functionality natively, usually with better security, better support, and deeper API access than any third party could offer. And the people who built their workflows on the open source tools find themselves migrating anyway.

I'm not saying don't use gws

This isn't FUD. gws is a real tool and it's worth using today. If you're building AI agent workflows on Google Workspace, it's probably the best way to do it right now. The MCP integration is solid. The structured output is genuinely useful. The dynamic discovery model is smart engineering.

But I think there's a mental model worth having here. Every open source tool you build a core workflow around is a bet that the underlying platform won't absorb it. Sometimes that bet pays off for years. Sometimes it pays off for months. Occasionally it pays off for a long time because the platform decides the use case is too niche to invest in natively.

More often, especially right now, the timeline between "open source tool gains traction" and "platform ships native support" is compressing. What used to take years is taking months. What used to take months is taking weeks. The models are getting faster, the engineering teams are bigger, and the incentive to keep users inside the data moat has never been stronger.

"The timeline between open source tool gains traction and platform ships native support is compressing."

What this means if you're building

Use gws. Use open source tools. But hold them loosely. Build your workflows on primitives that exist at a layer below the tooling — the APIs themselves, the protocols, the data formats. The tools on top will change. The underlying interfaces are more stable.

The builders who stay ahead aren't the ones who pick the winning tool and stick with it. They're the ones who understand what the tool is doing well enough to rebuild when the ecosystem shifts — and who recognize the shift early enough that it feels like opportunity rather than disruption.

gws is a great tool. It's also a signpost. Google is telling you exactly where Workspace API automation is heading. The question is whether you're reading the tool or reading the signal.

Watch the Full Breakdown

I covered gws, the open source absorption pattern, and what it means for AI builders on YouTube.

Watch on YouTube More articles →