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.
Latest Blog Posts
- 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