Google Drive MCP
Provides tools for managing Google Drive documents and folders, including listing, searching, downloading, uploading, updating, creating folders, and deleting files.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Drive MCPsearch for files named 'project plan'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Drive MCP
Servidor MCP en Python para gestionar documentos de Google Drive (cuenta Gmail / Google Workspace) desde Cursor.
Tools
Tool | Descripción |
| Lista archivos/carpetas (raíz o por |
| Busca por nombre en todo Drive |
| Metadatos y enlace web |
| Descarga texto o exporta Docs/Sheets/Slides |
| Sube un archivo de texto |
| Actualiza contenido de un archivo |
| Crea una carpeta |
| Mueve a la papelera |
Permiso por defecto: lectura y escritura (drive). Para solo lectura, cambia el scope en src/drive_mcp/auth.py a drive.readonly y elimina el token.json para volver a autorizar.
Related MCP server: manus-mcp
1. Google Cloud
Abre Google Cloud Console.
Crea un proyecto (o usa uno existente).
Activa Google Drive API (APIs & Services → Library).
Configura la pantalla de consentimiento OAuth (External o Internal).
Crea credenciales: APIs & Services → Credentials → Create credentials → OAuth client ID.
Application type: Desktop app
Descarga el JSON y guárdalo en la raíz del proyecto como
credentials.json.
Si la app está en modo Testing, añade tu Gmail en Test users.
2. Instalación
cd MCP-PROJECT
python -m venv .venv
source .venv/bin/activate
pip install -e .3. Primer login (opcional, recomendado)
python -c "from drive_mcp.auth import get_credentials; get_credentials()"Se abre el navegador, autorizas con tu Gmail y se crea token.json.
4. Cursor (mcp.json)
{
"mcpServers": {
"google-drive": {
"command": "/home/vpinto/Documents/Cooper/Repo2/MCP-PROJECT/.venv/bin/python",
"args": ["-m", "drive_mcp.server"],
"cwd": "/home/vpinto/Documents/Cooper/Repo2/MCP-PROJECT",
"env": {
"GOOGLE_CREDENTIALS_PATH": "/home/vpinto/Documents/Cooper/Repo2/MCP-PROJECT/credentials.json",
"GOOGLE_TOKEN_PATH": "/home/vpinto/Documents/Cooper/Repo2/MCP-PROJECT/token.json"
}
}
}
}Ajusta las rutas si tu proyecto está en otra ubicación.
Variables de entorno
Variable | Descripción |
| Ruta a |
| Ruta donde se guarda |
Notas
credentials.jsonytoken.jsonno se suben a git.La descarga por MCP está limitada a ~2 MiB y a contenido texto (o export de Docs).
El borrado envía a papelera; no elimina de forma permanente.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EgCooper/MCP-PROJECT'
If you have feedback or need assistance with the MCP directory API, please join our Discord server