.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/xing5/mcp-google-sheets
home/mcp-servers/xing5/mcp-google-sheets
xing5 avatar

mcp-google-sheets

byxing5· 1 MCP server

Installs

97k

Stars

964

Forks

231

Category

Office & Documents

View on GitHub

TL;DR

---

How to install mcp-google-sheets?

xing5/mcp-google-sheets
$git clone https://github.com/xing5/mcp-google-sheets

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mcp-google-sheets by running `git clone https://github.com/xing5/mcp-google-sheets`, then use it for the current task and follow its documentation at https://github.com/xing5/mcp-google-sheets.

Files · 1

View on GitHub
README.md
1<div align="center">
2 <!-- Main Title Link -->
3 <b>mcp-google-sheets</b>
4 
5 <!-- Description Paragraph -->
6 <p align="center">
7 <i>Your AI Assistant's Gateway to Google Sheets! </i>📊
8 </p>
9 
10[![PyPI - Version](https://img.shields.io/pypi/v/mcp-google-sheets)](https://pypi.org/project/mcp-google-sheets/)
11[![PyPI Downloads](https://static.pepy.tech/badge/mcp-google-sheets)](https://pepy.tech/projects/mcp-google-sheets)
12![GitHub License](https://img.shields.io/github/license/xing5/mcp-google-sheets)
13![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/xing5/mcp-google-sheets/release.yml)
14</div>
15 
16---
17 
18## 🤔 What is this?
19 
20`mcp-google-sheets` is a Python-based MCP server that acts as a bridge between any MCP-compatible client (like Claude Desktop) and the Google Sheets API. It allows you to interact with your Google Spreadsheets using a defined set of tools, enabling powerful automation and data manipulation workflows driven by AI.
21 
22---
23 
24## 🚀 Quick Start (Using `uvx`)
25 
26Essentially the server runs in one line: `uvx mcp-google-sheets@latest`.
27 
28This command will automatically download the latest code and run it. **We recommend always using `@latest`** to ensure you have the newest version with the latest features and bug fixes.
29 
30_Refer to the [ID Reference Guide](#-id-reference-guide) for more information about the IDs used below._
31 
321. **☁️ Prerequisite: Google Cloud Setup**
33 * You **must** configure Google Cloud Platform credentials and enable the necessary APIs first. We strongly recommend using a **Service Account**.
34 * ➡️ Jump to the [**Detailed Google Cloud Platform Setup**](#-google-cloud-platform-setup-detailed) guide below.
35 
362. **🐍 Install `uv`**
37 * `uvx` is part of `uv`, a fast Python package installer and resolver. Install it if you haven't already:
38 ```bash
39 # macOS / Linux
40 curl -LsSf https://astral.sh/uv/install.sh | sh
41 # Windows
42 powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
43 # Or using pip:
44 # pip install uv
45 ```
46 *Follow instructions in the installer output to add `uv` to your PATH if needed.*
47 
483. **🔑 Set Essential Environment Variables (Service Account Recommended)**
49 * You need to tell the server how to authenticate. Set these variables in your terminal:
50 * **(Linux/macOS)**
51 ```bash
52 # Replace with YOUR actual path and folder ID from the Google Setup step
53 export SERVICE_ACCOUNT_PATH="/path/to/your/service-account-key.json"
54 export DRIVE_FOLDER_ID="YOUR_DRIVE_FOLDER_ID"
55 ```
56 * **(Windows CMD)**
57 ```cmd
58 set SERVICE_ACCOUNT_PATH="C:\path\to\your\service-account-key.json"
59 set DRIVE_FOLDER_ID="YOUR_DRIVE_FOLDER_ID"
60 ```
61 * **(Windows PowerShell)**
62 ```powershell
63 $env:SERVICE_ACCOUNT_PATH = "C:\path\to\your\service-account-key.json"
64 $env:DRIVE_FOLDER_ID = "YOUR_DRIVE_FOLDER_ID"
65 ```
66 * ➡️ See [**Detailed Authentication & Environment Variables**](#-authentication--environment-variables-detailed) for other options (OAuth, `CREDENTIALS_CONFIG`).
67 
684. **🏃 Run the Server!**
69 * `uvx` will automatically download and run the latest version of `mcp-google-sheets`:
70 ```bash
71 uvx mcp-google-sheets@latest
72 ```
73 * The server will start and print logs indicating it's ready.
74 *
75 * > **💡 Pro Tip:** Always use `@latest` to ensure you get the newest version with bug fixes and features. Without `@latest`, `uvx` may use a cached older version.
76 
775. **🔌 Connect your MCP Client**
78 * Configure your client (e.g., Claude Desktop) to connect to the running server.
79 * Depending on the client you use, you might not need step 4 because the client can launch the server for you. But it's a good practice to test run step 4 anyway to make sure things are set up properly.
80 * ➡️ See [**Usage with Claude Desktop**](#-usage-with-claude-deskt

Preview

xing5/mcp-google-sheetsxing5/mcp-google-sheets
Repoxing5/mcp-google-sheets
TypeMCP Servers
CategoryOffice & Documents
UpdatedMay 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPgooglemcp

Related

6 picks
Type
  1. makenotion avatarnotion-mcp-serverOfficial MCP server for Notion APIMCP ServersJul 2026619k4.6k
  2. haris-musa avatarexcel-mcp-serverExcel MCP Server for manipulating Excel filesMCP ServersApr 2026572k4.1k
  3. guillehr2 avatarexcel-mcp-server-masterA comprehensive Model Context Protocol (MCP) server for Excel file manipulationMCP ServersJun 2025570k33
  4. mort-lab avatarexcel-mcpA Model Context Protocol server for comprehensive Excel file manipulation using openpyxlMCP ServersOct 2025570k5
  5. softeria avatarms-365-mcp-serverA Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph APIMCP ServersJul 2026111k880
  6. negokaz avatarexcel-mcp-serverA Model Context Protocol (MCP) server that reads and writes MS Excel dataMCP ServersJul 202562k994