henilcalagiya/google-sheets-mcp
Python package of google sheet mcp
Platform-specific configuration:
{
"mcpServers": {
"google-sheets-mcp": {
"command": "npx",
"args": [
"-y",
"google-sheets-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
mcp-name: io.github.henilcalagiya/google-sheets-mcp
Google Sheets MCP Server provides seamless integration of Google Sheets with any MCP-compatible client. It enables full spreadsheet automation — including creating, reading, updating, and deleting sheets — through a simple and secure API layer.
uvxuv package manager (for uvx command)Install uv:
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows PowerShell
irm https://astral.sh/uv/install.ps1 | iex---
Step 1: Create a Google Cloud Project
Step 2: Enable Required APIs
Step 3: Create Service Account
Step 4: Generate JSON Key
**Step 5: Extract
Loading reviews...