Does Google Sheets have an MCP server?

Yes Official

Google Sheets maintains an official MCP server.

Developer Preview — access requires the Google Workspace Developer Preview Program.

Verified 2026-08-10 against vendor docs
Access
Remote server
Endpoint
https://sheetsmcp.googleapis.com/mcp/v1
The receipts
Vendor-hosted https://sheetsmcp.googleapis.com/mcp/v1

A remote server run by Google Sheets itself — nothing to install. Documented at developers.google.com.

Community alternative xing5/mcp-google-sheets

This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.

★ 980 pushed 2026-05-14
Connect it

Hosted by the vendor — no install, connect over HTTP with OAuth or a token.

Add it from the terminal, then restart your session:

terminal
claude mcp add --transport http googlesheets https://sheetsmcp.googleapis.com/mcp/v1

Add --scope user to make it available in every project.

Questions
Does Google Sheets have an official MCP server?

Yes. Google Sheets maintains an official MCP server, hosted at https://sheetsmcp.googleapis.com/mcp/v1.

How do I connect Google Sheets to Claude?

Add https://sheetsmcp.googleapis.com/mcp/v1 as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http google-sheets https://sheetsmcp.googleapis.com/mcp/v1" in Claude Code.

Do I need to install anything to use the Google Sheets MCP server?

No. It is a remote server hosted by Google Sheets, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.

How is this verdict verified?

Official Google-hosted Sheets MCP server at sheetsmcp.googleapis.com (read cells, update values, formulas, batch updates) with OAuth 2.0, documented on developers.google.com. GitHub metadata is refreshed every six hours.

How we know

Official Google-hosted Sheets MCP server at sheetsmcp.googleapis.com (read cells, update values, formulas, batch updates) with OAuth 2.0, documented on developers.google.com.

  • github data refreshed 2026-08-11, then every 6 hours
  • vendor docs verified on 2026-08-10

Spotted something out of date? Tell us — corrections ship same-day.

Also in Workplace & Productivity

See all Workplace & Productivity servers →