Search, read, and manage Google Drive files including Docs, Sheets, and Slides
The Google Drive MCP Server lets your AI assistant search, read, and manage files in Google Drive including Docs, Sheets, and Slides. It provides tools for file search, content reading, and basic file management operations.
Part of the official MCP reference servers, this server uses Google Drive API with OAuth2 authentication. It can search for files, read document contents, and list files in specific folders.
Useful for knowledge workers who store documents in Google Drive and want AI-assisted document search, content analysis, and information retrieval from their Drive files.
Official reference server using Google OAuth2. Access scoped to authorized Drive files. Well-maintained.
5 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
],
"env": {}
}
}
}Be the first to review this server!
Added support for streaming responses and improved error handling for rate-limited requests.
Major release: new tool registration API, breaking changes to configuration format. See migration guide.
Added OAuth 2.0 support and improved connection pooling.
Initial stable release.