mcpbeat Sign in

Google Sheets MCP Server

local only

Google Sheets runs on your own machine — the client starts it, so there is no endpoint to ping. 487 installs a week from npm.

Google Sheets integration with OAuth, spreadsheet management, batch operations, and formatting

Installs per day peak 554 · avg 106 · -36% w/w
a month agotoday
487
Installs / week
npm · @mcp-z/mcp-sheets
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-sheets -- npx -y @mcp-z/mcp-sheets
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-sheets": {
      "args": [
        "-y",
        "@mcp-z/mcp-sheets"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-sheets]
command = "npx"
args = ["-y", "@mcp-z/mcp-sheets"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-sheets": {
      "args": [
        "-y",
        "@mcp-z/mcp-sheets"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-sheets": {
      "args": [
        "-y",
        "@mcp-z/mcp-sheets"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_CLIENT_ID (Google OAuth client ID (required for OAuth authentication modes)), GOOGLE_CLIENT_SECRET (Google OAuth client secret (optional for public clients)), GOOGLE_SERVICE_ACCOUNT_KEY_FILE (Path to service account JSON key file (required for service-account auth mode)), AUTH_MODE (Authentication mode), HEADLESS (Disable browser auto-open, return auth URL instead (true/false)), REDIRECT_URI (OAuth redirect URI (optional, default: ephemeral loopback)), DCR_MODE (Dynamic Client Registration mode), DCR_VERIFY_URL (External verification endpoint URL (required for external DCR mode)), DCR_STORE_URI (DCR client storage URI (for self-hosted DCR mode)), RESOURCE_STORE_URI (Resource store URI for exported files (file://)), PORT (HTTP server port (overrides --port)), BASE_URL (Base URL for HTTP transport (used for OAuth/DCR endpoints and file links)), LOG_LEVEL (Logging level). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Google Sheets

same job, measured the same way
MCP Gsheets
by freema

MCP server for Google Sheets API — read, write, format, batch operations.

2 207 installs/wk local only
I
Google Drive
by mcp-z

Google Drive integration with file operations, folder navigation, search, and sharing

349 installs/wk local only
Google Docs
by pulsemcp

MCP server for Google Docs integration with OAuth2 and service account support.

82 installs/wk local only
Gogcli MCP
by chrischall

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

341 installs/wk local only
Google Drive Files MCP
by zayansalman

Minimal MCP server for Google Drive file management and Google Sheets editing.

59 installs/wk local only
Google Sheets
by mcparmory

Create, read, and modify spreadsheet data, formatting, and sheets

247 installs/wk local only
Spreadsheet DB
by manddarinshop

SQLite-authoritative entity database with an async Google Sheets projection for AI agents.

37 installs/wk local only
Google Ads MCP
by pipeboard

Google Ads automation with AI: analyze performance, manage campaigns, optimize bids.

answering

Google Sheets — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Sheets?
Google Sheets runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mcp-z/mcp-sheets was installed 487 times last week.
How do I connect Google Sheets?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mcp-z/mcp-sheets straight from npm; nothing to host, nothing to sign up for.
How many people use Google Sheets?
The npm package @mcp-z/mcp-sheets was installed 487 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.