MCP Server for Google Spreadsheets
@HosakaKeigo
About MCP Server for Google Spreadsheets
MCP server for Google Sheet (spreadsheet) with Application Default Credentials Auth.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for Google Spreadsheets?
MCP Server for Google Spreadsheets is a Model Context Protocol (MCP) server that integrates with Google Spreadsheets, enabling AI assistants like Claude to retrieve and modify spreadsheet data.
How to use MCP Server for Google Spreadsheets?
Install Node.js v18+, clone the repository, install dependencies with pnpm, then build and run the server. Configure authentication via Google Cloud CLI and add the server to Claude for Desktop’s configuration file (claude_desktop_config.json) with your project ID and credentials.
Key features of MCP Server for Google Spreadsheets
- Retrieve all sheets information from a spreadsheet
- Get values from a specific sheet with optional range
- Update cell values in a defined range
- Batch update multiple ranges across sheets
- Add a new sheet with customizable dimensions
Use cases of MCP Server for Google Spreadsheets
- Ask Claude to list sheets in a Google Spreadsheet
- Retrieve data from a specific sheet by name
- Update budget figures in a range of cells
- Add a new planning sheet to an existing spreadsheet
- Perform bulk updates across multiple sheets at once
FAQ from MCP Server for Google Spreadsheets
What authentication does the server use?
It uses Google Cloud Application Default Credentials. You need to run gcloud auth application-default login with the required scopes and ensure the Sheets API is enabled in your Google Cloud project.
What are the runtime requirements?
Node.js v18 or higher, a Google Cloud project with the Sheets API enabled, and Claude Desktop for integration.
How do I integrate with Claude for Desktop?
Add a configuration entry in claude_desktop_config.json specifying the command (node), the path to the built server, and environment variables for your Google project ID and credentials file.
Where does my data live?
Data stays in your Google Spreadsheets on Google’s servers. The MCP server only accesses it via the Google Sheets API based on the credentials and URLs you provide.
What transport does the server use?
The server communicates via standard input/output (stdio) for MCP, as configured in Claude for Desktop.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments