modelcontextprotocol/server-google-drive
Free官方参考实现,集成 Google Drive,用于列出、读取和搜索文件。
About modelcontextprotocol/server-google-drive
This MCP (Model Context Protocol) server integrates with Google Drive, enabling AI assistants to list, read, and search over files. It provides a search tool (accepting a query string, returning file names and MIME types) and file resources accessible via gdrive:///file_id. All file types are supported; Google Workspace files (Docs, Sheets, Presentations, Drawings) are automatically exported to Markdown, CSV, Plain text, or PNG respectively. Other files are provided in their native format. Authentication uses OAuth 2.0 with Google Drive read-only scope. The server can be run via Docker or NPX, and is configured as an MCP server for use with desktop apps or VS Code. This repository is archived (read-only as of May 2025).
Key Features
Pros & Cons
- Open source and free to use
- Supports all Google Drive file types with automatic conversion
- Simple setup via Docker or NPX with clear documentation
- Uses OAuth for secure, read-only access
- Repository is archived and no longer actively maintained
- Requires manual Google Cloud project setup and OAuth configuration
- Only supports read-only scope (no write/modify operations)