Back to Home
ShakibaMirbagheri icon

mcp-google-drive

Verified Safe

by ShakibaMirbagheri

Overview

Provides a Machine Control Protocol (MCP) interface to interact with Google Drive files and folders.

Installation

Run Command
docker run -d -p 8000:8000 -v $(pwd)/credentials.json:/app/data/credentials.json:ro -v $(pwd)/tokens.json:/app/data/tokens.json --name gdrive-mcp-server gdrive-mcp-server

Environment Variables

  • HTTP_PORT

Security Notes

The server handles Google OAuth2 credentials and API tokens (tokens.json and credentials.json) which are sensitive and must be securely stored by the user. The tokens.json file is loaded using pickle.load, which is generally risky if the source is untrusted, but here it's expected to be generated by the project's own auth_setup.py, mitigating the risk if the file is not externally tampered with. Running the server on 0.0.0.0 exposes it to the network by default; users should ensure proper network isolation or configure a more restrictive host if needed.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks1
Last Update2025-11-27

Tags

Google DriveMCP ServerFile ManagementOAuthAPI Integration