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. 247 installs a week from pypi. Last commit 12 May 2026.

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

Installs per day peak 54 · avg 30 · -18% w/w
a month agotoday
247
Installs / week
pypi · mcparmory-google-sheets
31
Stars
1 open issues
12 May 2026
Last commit
0 releases in 90 days
License
Python

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 google-sheets -- uvx mcparmory-google-sheets
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-sheets": {
      "args": [
        "mcparmory-google-sheets"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-sheets]
command = "uvx"
args = ["mcparmory-google-sheets"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-sheets": {
      "args": [
        "mcparmory-google-sheets"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-sheets": {
      "args": [
        "mcparmory-google-sheets"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Google Sheets

same job, measured the same way
Google Sheets MCP
by a1-x-tech

MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.

47 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 Sheets
by domdomegg

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.

650 installs/wk local only
I
Google Sheets
by mcp-z

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

487 installs/wk local only
Google Sheets MCP
by mmedum

Google Sheets as MCP tools: read ranges, write without destroying formulas, format and validate.

local only
MCP Gsheets
by freema

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

2 207 installs/wk local only
Google Maps Real Estate Agency Data Scraper
by ranovam

Google Maps scraper for real estate agencies and agents in any city.

answering
Sheet Best MCP
by sheetbest

Connect AI assistants to Google Sheets through controlled tools for reading and updating rows.

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 pypi package mcparmory-google-sheets was installed 247 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 mcparmory-google-sheets straight from pypi; nothing to host, nothing to sign up for.
How many people use Google Sheets?
The pypi package mcparmory-google-sheets was installed 247 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Sheets open source?
We cannot say either way: written in Python, 31 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.