Google Drive MCP

by michaelpine25

Not rated
GitHub

About

Access and manage your Google Drive files and folders.

Details

Author
michaelpine25
Categories
File Management, Other

Setup

Install Google Drive MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/michaelpine25/googleDriveMCP

Follow the installation instructions in the repository README, then restart your MCP client.

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.

Follow these steps in order to get the app running:

- Go to theGoogle Cloud Console Credentials pageto create a project and enable the Google Drive API.
- CreateOAuth 2.0 Client IDscredentials with application typeDesktop app.
- Note yourClient ID,Client Secret, and set yourRedirect URItohttp://localhost:3000.

In 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

This will open a browser to authenticate with Google and save a token.json file in your project root.
-

Install Claude Desktop (if not already installed)

Download and install Claude Desktop fromhttps://claude.ai/download.

In a text editor open the Claude Desktop config file at:

~/Library/Application Support/Claude/claude_desktop_config.json
%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" } } } }

Integrates with Google Drive, allowing AI models to search, list, and read files.

Connect your AI assistant to Google Drive for file management and access.

Publish HTML, Markdown, KV, JSON, files to brewpage.app from AI assistants.

An MCP server for interacting with Dropbox files and services.

A read-only MCP server by CData that allows LLMs to query live Dropbox data. Requires the CData JDBC Driver for Dropbox.

An MCP server for integrating with Dropbox, allowing clients to interact with files and folders.

An MCP server for interacting with Dropbox, allowing clients to manage files and folders.

Interact with Google Drive, Sheets, and Docs APIs.

Interact with The Drive AI files directly from AI assistants like ChatGPT or Claude using the Model Context Protocol (MCP).

Manage multiple Fireproof JSON document databases with cloud sync capabilities.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.