★ 0 stars
Go
📊 Data/Analytics
Updated 5d ago
An MCP server for Google Sheets. Exposes 7 tools that let any MCP-compatible AI client find, read, look up, and write spreadsheet data via the Google Sheets API.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sheets-mcp": {
"command": "go",
"args": [
"run",
"github.com/mab-go/sheets-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sheets-mcp go run github.com/mab-go/sheets-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sheets-mcp": {
"command": "go",
"args": [
"run",
"github.com/mab-go/sheets-mcp@latest"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <a href="https://github.com/mab-go/sheets-mcp/actions"><img src="https://img.shields.io/github/check-runs/mab-go/sheets-mcp/main?style=flat&labelColor=555555&label=checks" alt="Build Status" /></a> <a href="https://goreportcard.com/report/github.com/mab-go/sheets-mcp"><img src="https://goreportcard.com/badge/github.com/mab-go/sheets-mcp?cachebuster=5000" alt="Go Report Card" /></a>
Tools (7)
sheets_append sheets_clear sheets_find sheets_get sheets_info sheets_lookup sheets_update
Topics
awesome-mcp-servers claude golang google-sheets mcp mcp-server model-context-protocol