Google Drive & Sheets MCP Server
@distrihub
关于 Google Drive & Sheets MCP Server
A Model Context Protocol (MCP) server built in Rust for interacting with Google Drive and Google Sheets.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Drive & Sheets MCP Server?
A Rust-based server that implements the Model Context Protocol (MCP) for interacting with Google Drive and Google Sheets. It exposes file and spreadsheet operations as MCP tools, designed for use in agent workflows and compositions like Distri.
How to use Google Drive & Sheets MCP Server?
Install via cargo install --git https://github.com/distrihub/mcp-google-workspace.git, then configure OAuth credentials via environment variables. Start the Drive or Sheets servers with mcp-google drive --access-token <token> or mcp-google sheets --access-token <token>. Optionally, define them in a Distri agent YAML configuration.
Key features of Google Drive & Sheets MCP Server
- List Google Drive files with MIME type, query, and ordering filters
- Read spreadsheet data with range and dimension control
- Write data to Google Sheets
- Create new spreadsheets with custom titles and multiple sheets
- Clear values from ranges in spreadsheets
- Built-in token refresh command for OAuth authentication
Use cases of Google Drive & Sheets MCP Server
- Automate file search and retrieval in Google Drive via an MCP agent
- Read and write spreadsheet data as part of a multi‑step agent workflow
- Programmatically create new spreadsheets with predefined sheets
- Integrate Google Workspace operations into custom MCP‑compatible tools
FAQ from Google Drive & Sheets MCP Server
What prerequisites are required?
You need Rust (latest stable), a Google Cloud Project with Drive and Sheets APIs enabled, and OAuth 2.0 credentials configured.
How do I install the server?
Run cargo install --git https://github.com/distrihub/mcp-google-workspace.git to install the mcp-google binary.
How do I start the Drive or Sheets server?
Run mcp-google drive --access-token <your-access-token> or mcp-google sheets --access-token <your-access-token> from the command line.
What MCP tools are available?
Drive: list_files. Sheets: read_values, write_values, create_spreadsheet, clear_values. Capabilities are also exposed via the resources/list endpoint.
How do I refresh my OAuth token?
Use the mcp-google refresh command with --client-id, --client-secret, and --refresh-token flags.
文件与存储 分类下的更多 MCP 服务器
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
Google Drive MCP Server
hxie-pallasA google drive mcp servers based on Python
PDF Reader MCP Server (@shtse8/pdf-reader-mcp)
shtse8📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.

Filesystem
modelcontextprotocolModel Context Protocol Servers
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
评论