Google Drive MCP
Access and manage your Google Drive files and folders.
Google Drive MCP
This project connects Claude Desktop to your Google Drive via the Model Context Protocol (MCP), allowing Claude to access and interact with your Drive files and folders securely.
Setup and Usage
Follow these steps in order to get the app running:
-
Get Google OAuth Credentials
- Go to the Google Cloud Console Credentials page to create a project and enable the Google Drive API.
- Create OAuth 2.0 Client IDs credentials with application type Desktop app.
- Note your Client ID, Client Secret, and set your Redirect URI to
http://localhost:3000.
-
Create a
.envFileIn the root of your project, create a
.envfile and add the following variables:
CLIENT_ID=your-client-id-here
CLIENT_SECRET=your-client-secret-here
REDIRECT_URI=http://localhost:3000
- Install Dependencies
npm install
- Generate Google API Token
npm run tokenGenerator
This will open a browser to authenticate with Google and save a token.json file in your project root.
- Build the project
npm run build
-
Install Claude Desktop (if not already installed)
Download and install Claude Desktop from https://claude.ai/download.
-
Configure Claude Desktop MCP Servers
In a text editor open the Claude Desktop config file at:
macOS/Linux:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the following MCP server configuration, adjusting the path to your build output and environment variables accordingly:
{
"mcpServers": {
"googleDrive": {
"command": "node",
"args": ["path/to/your/build/index.js"],
"env": {
"CLIENT_ID": "your-actual-client-id",
"CLIENT_SECRET": "your-actual-client-secret",
"REDIRECT_URI": "http://localhost:3000"
}
}
}
}
Save the file
- Restart Claude Desktop
相关服务器
4EVERLAND Hosting
Deploy AI-generated code instantly to decentralized storage networks like Greenfield, IPFS, and Arweave.
Fast.io
AI-first file sharing and collaboration. 251 MCP tools give agents a full workspace: file storage, branded shares, comments, workflows, and built-in RAG. 50GB free, no credit card.
S3 Tools
Provides tools for interacting with AWS S3 buckets.
Google Drive MCP Server
Integrates with Google Drive, allowing AI models to search, list, and read files.
MCP Bilibili Img Uploader
Uploads local images to Bilibili's image hosting service and returns a permanent HTTPS link.
CData IBM Cloud Object Storage
A read-only MCP server for IBM Cloud Object Storage, powered by CData. Requires a separate CData JDBC Driver license.
mcp.gd
Persistent memory for AI agents. Store and retrieve files via 14 MCP tools with OAuth 2.0 auth. Free 10GB tier.
MCP Google Drive Server
Connect your AI assistant to Google Drive for file management and access.
Dropbox by CData
A read-only MCP server by CData that allows LLMs to query live Dropbox data. Requires the CData JDBC Driver for Dropbox.
DeFI Agents MCP
DeFi agent definitions JSON API - Production-ready agents for Web3, crypto trading, portfolio management, and blockchain automation