Skip to content
Agent Search Engine.

Record · mcp-google-sMCP serverOpen sourceVerified Sep 23, 2026

Google Sheets MCP (mcp-google-sheets)

Create, read and modify Google Sheets and find spreadsheets in Drive from any MCP client.

Sources and review

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

Best for

Letting an assistant maintain and analyse spreadsheets directly.

Avoid if

You can't set up Google Cloud credentials with the Sheets and Drive APIs enabled; the README makes that a prerequisite.

About Google Sheets MCP (mcp-google-sheets)

mcp-google-sheets is a Python MCP server that bridges MCP clients such as Claude Desktop to the Google Sheets and Drive APIs, with tools to list, create and modify spreadsheets and sheets and to read and update cells. Tool filtering reduces context usage, and it authenticates with a service account, OAuth or injected credentials.

Google Sheets MCP (mcp-google-sheets) is an open-source project written primarily in Python, with 1.0k stars on GitHub. It was last updated in May 2026.

Add Google Sheets MCP (mcp-google-sheets) to your MCP client

Generated from the launch command in the project's README. Your client starts the server on demand.

Claude CodeRun in your terminal
claude mcp add mcp-google-sheets -- uvx mcp-google-sheets@latest
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "mcp-google-sheets": {
      "command": "uvx",
      "args": ["mcp-google-sheets@latest"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "mcp-google-sheets": {
      "type": "stdio",
      "command": "uvx",
      "args": ["mcp-google-sheets@latest"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "mcp-google-sheets": {
      "command": "uvx",
      "args": ["mcp-google-sheets@latest"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.mcp-google-sheets]
command = "uvx"
args = ["mcp-google-sheets@latest"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

Google Sheets MCP (mcp-google-sheets) vs. the alternatives

All 163 alternatives →
RecordStarsPricing
Google Sheets MCP (mcp-google-sheets)MCP serverthis listing1.0kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 Google Sheets MCP (mcp-google-sheets) alternatives, compared →