mcp-gdrive
Allows managing Google Drive files: list, search, read, create, write, and upload files.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-gdrivelist my recent Google Drive files"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-gdrive
MCP server for Google Drive — list, search, read, write, create, and upload files.
Setup
1. Google Cloud credentials
Go to Google Cloud Console
Create a project (or select an existing one)
Enable the Google Drive API
Create OAuth 2.0 credentials (Application type: Desktop app)
Download the credentials JSON and save it as
credentials.jsonin the project root — or setGDRIVE_CLIENT_IDandGDRIVE_CLIENT_SECRETenvironment variables
2. Install dependencies
npm install3. Authorize
npm run authThis opens a browser for Google sign-in. Tokens are saved to .gdrive-token.json (git-ignored).
4. Configure your MCP client
Add to your Claude Desktop / Claude Code config:
{
"mcpServers": {
"gdrive": {
"command": "node",
"args": ["/absolute/path/to/mcp-gdrive/src/index.js"]
}
}
}Related MCP server: Google Drive MCP Server
Tools
Tool | Description |
| List files, optionally in a specific folder |
| Full-text search across Drive |
| Read file content (exports Google Docs as text, Sheets as CSV) |
| Create a new file with text content |
| Update an existing file's content |
| Upload a local file to Drive |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.Last updated5,88472MIT
- Alicense-qualityFmaintenanceIntegrates with Google Drive to enable listing, searching, and reading files, plus reading and writing to Google Sheets.Last updated7,774283MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with Google Drive, supporting file operations like list, search, read, create, update, delete, share, and manage permissions.Last updated73804MIT
- Alicense-qualityDmaintenanceEnables listing, reading, and searching over files in Google Drive, with automatic export of Google Workspace files.Last updated5,8844MIT
Related MCP Connectors
Google Docs MCP Pack — read, create, and edit Google Docs via OAuth.
Search, browse, and read your Dropbox files. Find documents by name or content, list folders, and…
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rofe/mcp-gdrive'
If you have feedback or need assistance with the MCP directory API, please join our Discord server