Best for
- Individuals or teams that need an assistant to search Google Drive documents and sheets
- Knowledge workflows using cloud documents as grounded question-answering context
Cloud-document retrieval is valuable, but OAuth setup and document exposure require strict control; community maintenance and the real authorization flow still need runtime verification.
This community-maintained server uses OAuth to access Google Drive. It supports full-text search and reading Google Docs and Sheets content so cloud documents can be used as conversational context.
Create OAuth credentials in Google Cloud Console, download credentials.json, and complete the authorization flow once.
{
"mcpServers": {
"gdrive": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-gdrive"],
"env": {
"GDRIVE_CREDENTIALS_PATH": "./credentials.json"
}
}
}
}