mcp-google-sheets
This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
What it is and what it does
mcp-google-sheets is a Python-based MCP (Model Context Protocol) server that acts as a gateway between AI-compatible clients and the Google Sheets API. It exposes 19 tools for spreadsheet operations—including reading, writing, creating sheets, batch updates, searching, and sharing—allowing natural language commands from an AI assistant to manipulate Google Drive spreadsheets. The server runs as a standalone process that your MCP client (such as Claude Desktop) connects to, translating high-level requests into Sheets API calls.
The package depends on google-api-python-client, google-auth-oauthlib, and google-auth for API communication, and mcp for the protocol layer. It supports both Service Account (recommended) and OAuth 2.0 authentication via environment variables. Tool filtering is available to reduce token consumption by enabling only the tools you need, and the server can be launched instantly using uvx without manual installation.
Use it for:
- Automate spreadsheet creation and population from AI-driven workflows without writing custom API code.
- Enable Claude or another MCP client to read, analyze, and update Google Sheets through natural language prompts.
- Batch-update multiple cells or sheets in a single operation, triggered by AI reasoning.
- Search and retrieve data from existing spreadsheets, then feed results back into an AI conversation.
- Share spreadsheets and manage permissions programmatically as part of an automated data pipeline.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
An MCP server that bridges AI clients like Claude Desktop to Google Sheets, enabling spreadsheet creation, reading, writing, and manipulation through natural language commands.
Yes, if you need AI-driven Google Sheets automation. The package is actively maintained, has low install friction, and integrates cleanly with MCP clients. However, verify the license terms on GitHub first, and ensure your Google Cloud setup (Service Account or OAuth) is complete before deployment. Not suitable if you need a traditional Python library for direct Sheets access—this is specifically an MCP server for AI assistants.
Install
mcp-google-sheets on PyPI
pip
pip install mcp-google-sheetsuv
uv add mcp-google-sheetspoetry
poetry add mcp-google-sheetsInstalling mcp-google-sheets
Before you install
Low friction: pure Python wheel with four runtime dependencies (google-api-python-client, google-auth-oauthlib, google-auth, mcp). Active maintenance with recent commits and 980 repository stars. Requires Python 3.10 or later.
License in practice
License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms on the GitHub repository before adopting in production or proprietary contexts.
Quickstart
# Install and run the MCP server
uvx mcp-google-sheets@latest
# In your MCP client config, set environment variables:
export SERVICE_ACCOUNT_PATH="/path/to/service-account-key.json"
export DRIVE_FOLDER_ID="YOUR_DRIVE_FOLDER_ID"
# Then connect your MCP client (e.g., Claude Desktop) to the running server
Requires Python 3.10 or later. Must configure Google Cloud Platform credentials (Service Account recommended) and enable the Google Sheets and Drive APIs before the server can function.
Verify before relying
- Exact scope and limitations of the 19 available tools beyond the names listed in the description.
- Whether OAuth 2.0 authentication is fully supported or if Service Account is the recommended path.
- Performance characteristics when handling large spreadsheets or batch operations.
- Whether the package is actively maintained beyond the latest commit date shown.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — google-api-python-client, google-auth-oauthlib, google-auth, mcp |
| Maintenance | actively maintained — 92 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 110,440/month — #12,462 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mcp_google_sheets-0.6.3-py3-none-any.whl
Tags
More Dynamic Content packages
MarkupSafe provides a text object that escapes…
permissive · top 100 on PyPI
Jinja2Jinja2 is a templating engine that renders…
permissive · top 100 on PyPI
soupsieveSoupsieve is a CSS selector library designed to…
permissive · top 100 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
FlaskFlask is a lightweight WSGI web application…
permissive · top 1,000 on PyPI
MakoMako compiles Python-embedded templates into…
permissive · top 1,000 on PyPI
workspace-mcpWorkspace MCP is an MCP server that exposes…
permissive · top 15,000 on PyPI
mcp-server-odooAn MCP server that bridges AI assistants like…
copyleft · top 5,000 on PyPI
blender-mcpBlenderMCP is a Model Context Protocol server…
permissive · top 15,000 on PyPI
pygsheetspygsheets provides a Python interface to Google…
permissive · top 5,000 on PyPI
aiogoogleAiogoogle is an async Python client for…
permissive · top 5,000 on PyPI
smartsheet-python-sdkA Python client library for the Smartsheet API…
permissive · top 5,000 on PyPI
gspreadgspread provides a Python interface to read,…
permissive · top 1,000 on PyPI
gsheetsgsheets provides a Python wrapper around the…
permissive · top 15,000 on PyPI
gspread-pandasBridges Google Sheets and pandas DataFrames,…
permissive · top 15,000 on PyPI
ha-mcpProvides a Model Context Protocol (MCP) server…
permissive · top 15,000 on PyPI