gdrive-mcp-server

Efficient implementation of the Google Drive MCP server

GitHub Stars

46

User Rating

Not Rated

Favorites

0

Views

25

Forks

28

Issues

7

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Node.js (v16 or higher)
npm or yarn
A Google Cloud Project
A Google Workspace or personal Google account
1Create a Google Cloud Project
- Visit the [Google Cloud Console](https://console.cloud.google.com/projectcreate) - Click "New Project" - Enter a project name (e.g., "MCP GDrive Server") - Click "Create" - Wait for the project to be created and select it
2Enable the Google Drive API
- Go to the [API Library](https://console.cloud.google.com/apis/library) - Search for "Google Drive API" - Click on "Google Drive API" - Click "Enable" - Wait for the API to be enabled
3Configure OAuth Consent Screen
- Navigate to [OAuth consent screen](https://console.cloud.google.com/apis/credentials/consent) - Select User Type: - "Internal" if you're using Google Workspace

Additional Resources