Google Sheets runs on your own machine — the client starts it, so there is no endpoint to ping. 650 installs a week from npm. Last commit 9 Sep 2026.
Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
Today is the operative word: we check Google Sheets every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add google-sheets-mcp -- npx -y google-sheets-mcp
{
"mcpServers": {
"google-sheets-mcp": {
"args": [
"-y",
"google-sheets-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.google-sheets-mcp]
command = "npx"
args = ["-y", "google-sheets-mcp"]
{
"mcpServers": {
"google-sheets-mcp": {
"args": [
"-y",
"google-sheets-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"google-sheets-mcp": {
"args": [
"-y",
"google-sheets-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MCP_TRANSPORT (Transport type.), GOOGLE_CLIENT_ID (Google OAuth client ID.), GOOGLE_CLIENT_SECRET (Google OAuth client secret.).
The author declared them in the registry entry; get the values from the project itself.
Allow AI systems to read and edit Google Docs.
Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets
Allow AI systems to list, search, and manage contacts via Google Contacts.
Allow AI systems to list, create, update, and manage Google Calendar events.
Allow AI systems to search for places and get business info via Google Maps Places API.
Create, read, and modify spreadsheet data, formatting, and sheets
Google Sheets as MCP tools: read ranges, write without destroying formulas, format and validate.
MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.
Answers built from our own checks of this server.