MCP.so
登录

Google Sheets MCP Server

@hightemp

关于 Google Sheets MCP Server

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

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

hightemp

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器