Does Google have an official Sheets MCP server?
Google now ships official MCP servers — but not for Sheets. Here is exactly what Google announced, why a spreadsheet still is not covered, and how a hosted, read-only endpoint fills the gap without a Google Cloud project.
Last updated
Key facts
- MCP is an open protocol, not a Google product — anyone can publish a server, and Google is under no obligation to. source
- Google's hosted Workspace MCP servers cover Gmail, Drive, Calendar, Chat and the People API — not Sheets. Its managed Google Cloud MCP servers do not cover Sheets either. source
- Google does publish an open-source Workspace MCP server (a Gemini CLI extension) that includes Sheets — but you run it yourself, and it still needs a Google Cloud project and OAuth credentials. There is no hosted, zero-setup Google Sheets MCP server from Google. source
- So the real choice is run a server yourself — Google's own or a community one, either way a Cloud project, OAuth and hosting — or use a hosted one and paste a public URL or choose a restricted file through Google Picker.
What Google actually shipped
Google has leaned into MCP, which is easy to mistake for "Google now does Sheets over MCP." It does not. In December 2025 Google announced official, fully-managed MCP servers for Maps, BigQuery, Compute Engine, and Kubernetes Engine — an enterprise and Google Cloud story. At Cloud Next '26 (May 2026) it previewed a Workspace MCP server covering Gmail, Drive, Calendar, Chat, and the People API.
Google keeps adding AI inside Sheets, too — Gemini in Sheets, the new Sheets canvas — but that is Google's own assistant working in your spreadsheet for you, not an MCP server that lets an outside agent like Claude or ChatGPT read the sheet. Those are opposite directions.
Google Sheets appears in neither MCP list — not in the official Cloud servers, not in the Workspace preview, and, as of mid-2026, not announced for either. If you want an AI agent to read a spreadsheet today, Google's own MCP offerings do not do it. (Product coverage per Google's Cloud Next '26 Workspace announcements, mid-2026.)
Two different jobs
Even once Google adds Sheets, its MCP is built to connect your account to your agent. PasteSheet is built to publish a sheet as a data source. The difference shows up everywhere:
- Setup: Google's servers need a Google Cloud project, an OAuth consent screen, and gcloud/service-account configuration. PasteSheet needs a pasted share URL for a public source, or a Google account connection and Picker selection for a restricted source.
- Access model: Google connects your Drive to your assistant. PasteSheet can publish a selected sheet as an endpoint that any app, site, or someone else's agent can read, while the source can remain restricted in Google.
-
Shape: the Sheets API (and any MCP over it) is cell/range based in A1 notation. PasteSheet exposes a typed
query_rowsengine — filter, search, sort, aggregate. - Safety: a Workspace-style connection is read-write. PasteSheet is read-only by design, so it is safe to embed publicly or hand to an agent.
Which one you actually want
If you are an enterprise wiring your own agents into BigQuery or your own Workspace inbox, Google's managed servers are the right call. If you want a spreadsheet to be readable — as JSON, as an MCP server, or as a REST API — by an app, a website, or an agent, PasteSheet lets you use a public URL or keep the source restricted through a selected Google account connection.
See how to connect it without any Google Cloud setup, or why a read-only MCP is the safer default.
What it costs
MCP is included on the Free plan. Connect any public endpoint over MCP with no Google Cloud project and no credit card. Private endpoints and the account-wide workspace server need a paid plan (from Starter ($9/mo)) for the keys and OAuth they authenticate with.
Pro adds full-text search and aggregation (count, sum, avg, group_by) that your AI agent can call through query_rows.
Starter
For indie makers shipping a real app.
- Endpoints
- 10
- Requests / mo
- 50,000
- Row cap
- 5,000
- MCP for AI agents
- Private endpoints & keys
- Full-text search
Frequently asked questions
Does Google have an official Google Sheets MCP server?
No. Google's official MCP servers cover Maps, BigQuery, Compute Engine, and Kubernetes Engine, and its Workspace MCP server covers Gmail, Drive, Calendar, Chat, and the People API — but not Sheets.
Doesn't Gemini in Sheets mean Google does Sheets over MCP?
No. Gemini in Sheets and the Sheets canvas are AI features inside the spreadsheet, for you. They are not an MCP server and do not let an external agent like Claude or ChatGPT read your sheet — PasteSheet does that.
Will Google add Sheets to its MCP servers?
It may, but even then Google's MCP is designed to connect your own account to your own agent and requires Google Cloud setup. PasteSheet publishes a selected sheet as a read-only, typed, cached data source for any consumer, whether the source is public or restricted.
What is the practical difference?
Google connects your Drive to your assistant with a Cloud project and account-level workflow. PasteSheet turns a public URL or a Google-Picker-selected restricted sheet into a read-only, typed, cached endpoint that apps, sites, and agents can query.
Sources
- Model Context Protocol specification — Model Context Protocol
- Configure the Google Workspace MCP servers — Google
- google/mcp — Google's open-source MCP servers — Google
- Supported products — Google Cloud MCP servers — Google Cloud
Related guides
Google Sheets MCP Server for Claude & ChatGPT
Turn any public or private Google Sheet into an MCP server so Claude, Cursor, and ChatGPT can read and query it in plain English. No code, no backend.
Google Sheets MCP vs Zapier & Composio
Zapier and Composio give Google Sheets MCP for read-write automation. PasteSheet is a hosted, read-only endpoint from a pasted URL — which to pick, and when.
Composio Alternative for Sheets MCP
A Composio alternative focused on one job: publish a Google Sheet as a read-only MCP server and REST API from a URL — no OAuth, no Google Cloud project.
Self-Hosted Google Sheets MCP Alternative
A hosted alternative to self-hosted Google Sheets MCP servers: no service account, Docker, or uvx — paste a share URL and get a read-only endpoint.
Turn your sheet into an API in minutes
Paste a Google Sheet URL and get a live REST API and MCP server — no backend, no code, free to start.