Google Drive MCP Server
local-only server
The server can only run on the clientβs local machine because it depends on local resources.
Integrations
Enables reading and conversion of Google Docs to Markdown format for AI processing.
Allows AI models to search, list, and read files directly from Google Drive with support for various file formats and intelligent conversion.
Provides access to Google Sheets files with automatic conversion to CSV format.
Google Drive MCP Server
A powerful Model Context Protocol (MCP) server that provides seamless integration with Google Drive, allowing AI models to search, list, and read files from Google Drive.
π Features
Tools
1. gdrive_search
Search for files in your Google Drive with powerful full-text search capabilities.
- Input: Copy
- Output: List of files with:
- File name
- MIME type
- File ID
- Last modified time
- File size
2. gdrive_read_file
Read file contents directly using a Google Drive file ID.
- Input:Copy
- Output: File contents with appropriate format conversion
Automatic File Format Handling
The server intelligently handles different Google Workspace file types:
- π Google Docs β Markdown
- π Google Sheets β CSV
- π Google Presentations β Plain text
- π¨ Google Drawings β PNG
- π Text/JSON files β UTF-8 text
- π¦ Other files β Base64 encoded
π οΈ Getting Started
Prerequisites
- Node.js (v16 or higher)
- npm or yarn
- A Google Cloud Project
- A Google Workspace or personal Google account
Detailed Google Cloud Setup
- Create a Google Cloud Project
- Visit the Google Cloud Console
- Click "New Project"
- Enter a project name (e.g., "MCP GDrive Server")
- Click "Create"
- Wait for the project to be created and select it
- Enable the Google Drive API
- Go to the API Library
- Search for "Google Drive API"
- Click on "Google Drive API"
- Click "Enable"
- Wait for the API to be enabled
- Configure OAuth Consent Screen
- Navigate to OAuth consent screen
- Select User Type:
- "Internal" if you're using Google Workspace
- "External" for personal Google accounts
- Click "Create"
- Fill in the required fields:
- App name: "MCP GDrive Server"
- User support email: your email
- Developer contact email: your email
- Click "Save and Continue"
- On the "Scopes" page:
- Click "Add or Remove Scopes"
- Add
https://www.googleapis.com/auth/drive.readonly
- Click "Update"
- Click "Save and Continue"
- Review the summary and click "Back to Dashboard"
- Create OAuth Client ID
- Go to Credentials
- Click "Create Credentials" at the top
- Select "OAuth client ID"
- Choose Application type: "Desktop app"
- Name: "MCP GDrive Server Desktop Client"
- Click "Create"
- In the popup:
- Click "Download JSON"
- Save the file
- Click "OK"
- Set Up Credentials in ProjectCopy
Installation
Authentication
- Create a credentials directory and place your OAuth keys:Copy
- Run the authentication command:Copy
- Complete the OAuth flow in your browser
- Credentials will be saved in
credentials/.gdrive-server-credentials.json
π§ Usage
As a Command Line Tool
Integration with Desktop App
Add this configuration to your app's server settings:
Replace path/to/gdrive-mcp-server
with the actual path to your installation directory.
Example Usage
- Search for files:Copy
- Read file contents:Copy
π Security
- All sensitive credentials are stored in the
credentials
directory - OAuth credentials and tokens are excluded from version control
- Read-only access to Google Drive
- Secure OAuth 2.0 authentication flow
π€ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
π License
This MCP server is licensed under the MIT License. See the LICENSE file for details.
π Troubleshooting
If you encounter issues:
- Verify your Google Cloud Project setup
- Ensure all required OAuth scopes are enabled
- Check that credentials are properly placed in the
credentials
directory - Verify file permissions and access rights in Google Drive
π Additional Resources
This server cannot be installed
Enables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.
- π Features
- π οΈ Getting Started
- π§ Usage
- π Security
- π€ Contributing
- π License
- π Troubleshooting
- π Additional Resources