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.
Letting an assistant maintain and analyse spreadsheets directly.
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 Code
claude mcp add mcp-google-sheets -- uvx mcp-google-sheets@latestCursor
{
"mcpServers": {
"mcp-google-sheets": {
"command": "uvx",
"args": ["mcp-google-sheets@latest"]
}
}
}VS Code
{
"servers": {
"mcp-google-sheets": {
"type": "stdio",
"command": "uvx",
"args": ["mcp-google-sheets@latest"]
}
}
}Claude Desktop
{
"mcpServers": {
"mcp-google-sheets": {
"command": "uvx",
"args": ["mcp-google-sheets@latest"]
}
}
}Codex
[mcp_servers.mcp-google-sheets]
command = "uvx"
args = ["mcp-google-sheets@latest"]Google Sheets MCP (mcp-google-sheets) vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Google Sheets MCP (mcp-google-sheets)this listing | 1.0k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Google Sheets MCP (mcp-google-sheets) alternatives, compared →
