digital-drive-mcp
digital-drive-mcp
Un servidor Model Context Protocol (MCP) que permite a un agente de IA explorar y leer la carpeta de Google Drive de Akij Resource Digital Management (enlace público). Está construido con TypeScript + el SDK oficial de MCP, con transporte Streamable HTTP y se puede desplegar en Vercel.
Herramientas
Herramienta | Descripción |
| Las 5 subcarpetas de los miembros del equipo (nombre + id de carpeta) |
| Archivos/subcarpetas en cualquier carpeta de Drive (por defecto, la raíz) |
| Lista plana de todos los archivos de las 5 subcarpetas |
| Lee el contenido de un archivo como texto (Google Docs/Sheets/Slides, Word/Excel/PPT, markdown/HTML) |
| URL de descarga directa para un archivo |
Related MCP server: Google-Drive-MCP-Server
Cómo lee los archivos (sin credenciales)
La carpeta es pública ("cualquiera con el enlace"), por lo que el servidor usa los endpoints públicos de Google:
Listado — hace scraping de
drive.google.com/drive/folders/<id>y analiza el JSON_DRIVE_ivdincrustado.Google Docs/Sheets/Slides — se exportan mediante
docs.google.com/.../export?format=txt|csv.Archivos de Office (.xlsx/.docx/.pptx) — se descargan y se procesan en memoria con
fflate(ZIP + XML → texto).Texto/HTML/Markdown — se descargan y se devuelven sin procesar.
Desarrollo local
npm install
npm run dev # HTTP server on http://localhost:3000/mcp
# or
npm run stdioDespliegue
vercel --prod
# endpoint: https://<project>.vercel.app/api/mcpConectar
{
"mcp": {
"digital-drive-mcp": {
"type": "remote",
"url": "https://<project>.vercel.app/api/mcp",
"enabled": true
}
}
}Si algún día la carpeta de Drive se hace privada, el listado/lectura fallará — cambia a una cuenta de servicio de Google + Drive API, o mantén la carpeta compartida.
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.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables Claude to read, create, update, and manage files in Google Drive through MCP tools.1
- AlicenseAqualityDmaintenanceEnables AI assistants to securely access and manage Google Drive files and Google Sheets within a specified folder scope, with support for reading various file types including PDFs and Excel.7121MIT
- FlicenseNot gradedqualityCmaintenanceEnables MCP-compatible AI assistants to interact with a user's Google Drive, including listing, searching, reading, creating, updating, and deleting files, with authentication via Google OAuth.
- FlicenseNot gradedqualityCmaintenanceEnables LLM agents to list Google Drive files, read/write Google Sheets, and query external REST APIs through MCP tools.
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Shared long-term memory vault for AI agents with 20 MCP tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/headdigitalmgt-mahfuj2/digital-drive-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server