About
Overview
The Google Drive MCP Server enables AI agents to interact with Google Drive. It provides tools for searching files, reading content from Google Docs, Sheets, and Slides, managing folders, uploading and downloading files, and sharing documents. Uses Google OAuth2 for authentication.
Capabilities
Tools & Capabilities
⚡search_files
Search for files in Google Drive
⚡read_file
Read the contents of a file
⚡list_files
List files in a folder
⚡create_file
Create a new file in Drive
⚡update_file
Update an existing file's content
Setup
Installation
bash
Install
npx -y @modelcontextprotocol/server-gdriveExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"gdrive": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-gdrive"],
"env": {
"GOOGLE_CLIENT_ID": "your-client-id",
"GOOGLE_CLIENT_SECRET": "your-secret"
}
}
}
}Quick Info
AuthorAnthropic
LanguageTypeScript
StatusStable
Stars★ 1200
Last UpdatedFeb 12, 2026