mcp-google-spreadsheet
23
The project is a tool that allows AI assistants to interact with Google Spreadsheet and Google Drive by implementing operations like listing, copying, and renaming files and sheets. Its functionality is secured to operate only within a designated folder.
What are the prerequisites for using MCP Google Spreadsheet?
You need Go 1.24 or higher, a Google Cloud Platform project, and enabled Google Drive and Sheets APIs.
How do I install MCP Google Spreadsheet?
Use the command go install github.com/kazz187/mcp-google-spreadsheet@latest
to install the binary.
What environment variables need to be set?
Set MCPGS_CLIENT_SECRET_PATH
, MCPGS_TOKEN_PATH
, and MCPGS_FOLDER_ID
for proper configuration.
How is security handled?
Access is restricted to specified folder IDs, and directory traversal attacks are prevented.
Can I use this tool with AI assistants like ChatGPT?
Yes, you can configure it in the MCP settings file to work with AI assistants.