Google Sheets MCP Server
@hightemp
A Model Context Protocol (MCP) server for Google Sheets written in Go. Provides comprehensive tools for interacting with Google Spreadsheets.
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.