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.
Add this to your MCP configuration file:
{
"mcpServers": {
"google-drive": {
"env": {},
"args": [
"-y",
"@modelcontextprotocol/server-gdrive"
],
"command": "npx"
}
}
}Be the first to review this server!