MCP.so
Sign In

Google Sheets MCP Server

@hightemp

About Google Sheets MCP Server

A Model Context Protocol (MCP) server for Google Sheets written in Go. Provides comprehensive tools for interacting with Google Spreadsheets.

Basic information

Category

Other

Runtime

go

Transports

stdio

Publisher

hightemp

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

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 Google Sheets MCP Server?

A Model Context Protocol (MCP) server for Google Sheets written in Go. It provides comprehensive tools for interacting with Google Spreadsheets, supporting multiple authentication methods including service account, OAuth2, and Application Default Credentials (ADC).

How to use Google Sheets MCP Server?

First build the binary with make build, then set up Google API credentials and configure environment variables such as SERVICE_ACCOUNT_PATH, CREDENTIALS_PATH, or CREDENTIALS_CONFIG. Run the server in stdio mode (default) or SSE mode using ./go_mcp_server_google_sheets -t sse -p 8891. Tools include data operations like get_sheet_data, sheet management like create_sheet, and spreadsheet management like create_spreadsheet and share_spreadsheet.

Key features of Google Sheets MCP

Comments

More Other MCP servers