mcp-google-workspace
If you are the rightful owner of mcp-google-workspace and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server built in Rust for interacting with Google Drive and Google Sheets.
The Google Drive & Sheets MCP Server is a tool designed to provide MCP-compatible interfaces for Google Workspace services. Built in Rust, it allows seamless integration with Google Drive and Google Sheets, making it a valuable component in larger agent workflows and compositions. The server supports various operations such as listing and filtering files in Google Drive, reading and writing data in Google Sheets, and creating new spreadsheets. It is compatible with agent frameworks like Distri, exposing its capabilities as MCP tools. Users need to have a Google Cloud Project with the necessary APIs enabled and OAuth 2.0 credentials configured to use this server.
Features
- List files in Google Drive with filtering options
- Read and write data to Google Sheets
- Create new spreadsheets with custom titles and multiple sheets
- Clear values from ranges in spreadsheets
Tools
list_files
List and filter Drive files with customizable parameters
read_values
Read spreadsheet data with dimension control
write_values
Write data to spreadsheets
create_spreadsheet
Create new spreadsheets
clear_values
Clear ranges in spreadsheets