mcpbeat Sign in

Google Sheets MCP Server

local only

Google Sheets MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 115 installs a week from pypi. Last commit 11 Sep 2025.

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)

No commits for 12 months.

Installs per day peak 37 · avg 18 · -12% w/w
a month agotoday
115
Installs / week
pypi · google-sheets-mcp
13
Stars
0 open issues
11 Sep 2025
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable auto_setup.py:67
    config_filepath = os.path.join(desktop_path, config_filename)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Google Sheets MCP

same job, measured the same way
Google Jules MCP Server
by georgeracu

Model Context Protocol server for Google's Jules AI coding agent

112 installs/wk local only
Gemini
by houtini-ai

Model Context Protocol server for Google Gemini AI with chat, research, and grounding

482 installs/wk local only
Nano Banana
by mindstone

Nano Banana MCP server — Google Gemini image generation and editing via Model Context Protocol

174 installs/wk local only
Sheet Best MCP
by sheetbest

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

answering
MCP Ap2
by codespar

MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)

23 installs/wk local only
Searxng MCP
by aicrafted

MCP server for SearXNG aggregator — web search across multiple engines via Model Context Protocol

local only
Google AI Search MCP
by shariqriazz

Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.

70 installs/wk local only
Gemma AI MCP
by rocnubie

Experience Google's Gemma AI models for free. Chat with Gemma 4 26B and 31B - powerful, efficient

local only

Google Sheets MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Sheets MCP?
Google Sheets MCP 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 google-sheets-mcp was installed 115 times last week.
Is Google Sheets MCP still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Google Sheets MCP?
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 google-sheets-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Google Sheets MCP?
The pypi package google-sheets-mcp was installed 115 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Sheets MCP open source?
We cannot say either way: written in Python and 13 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.