orca-drive
ORCA Drive MCP
Un servidor de Model Context Protocol (MCP) que expone una carpeta de Google Drive a través de Streamable HTTP, desplegado como una función serverless de Vercel.
Lee Google Drive mediante una pequeña aplicación web de Google Apps Script, por lo que no se necesita Google Cloud Console ni una cuenta de servicio.
Herramientas
Herramienta | Descripción |
| Lista archivos en una carpeta (por defecto |
| Busca archivos por subcadena en el nombre |
| Obtiene metadatos de un solo archivo por ID |
| Lee el contenido de texto de un archivo (JSON, CSV, TXT, etc.) |
Related MCP server: mcp-server-drive
1. Crear el backend de Apps Script
Ve a https://script.google.com y crea un Nuevo proyecto.
Elimina el código de ejemplo y pega el contenido de
apps-script.js.Haz clic en Implementar > Nueva implementación:
Tipo: Aplicación web
Ejecutar como: Yo
Quién tiene acceso: Cualquier persona
Haz clic en Implementar, autoriza el script (permítele acceder a tu Drive).
Copia la URL de la aplicación web que termina en
/exec(por ejemplo,https://script.google.com/macros/s/AKfycb.../exec).
Abre la URL
/execuna vez en tu navegador y autorízala para que el script pueda acceder a tus archivos de Drive.
2. Configurar las variables de entorno
Copia .env.example a .env (desarrollo local) y establece los mismos valores en Vercel
(Proyecto > Configuración > Variables de entorno):
Variable | Descripción |
| La URL |
| ID de carpeta por defecto para listar |
3. Ejecutar localmente
npm install
vercel devPrueba con el MCP Inspector:
npx @modelcontextprotocol/inspectorUsa el transporte Streamable HTTP y la URL http://localhost:3000/.
4. Desplegar en Vercel
vercel --prodTu endpoint será https://<project>.vercel.app/.
5. Conectar un cliente
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"orca-drive": {
"type": "http",
"url": "https://<project>.vercel.app/"
}
}
}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
- AlicenseNot gradedqualityDmaintenanceA server that provides a Machine Control Protocol (MCP) interface to search, access, and interact with Google Drive files and folders, enabling AI assistants to work with Google Drive content.8MIT
- FlicenseNot gradedqualityCmaintenanceA read-only Google Drive MCP server that allows searching files, reading file content (with auto-export for Google Docs, Sheets, Slides), and retrieving file metadata via OAuth authentication.262
- AlicenseAqualityAmaintenanceMCP server for interacting with Google Drive using a service account, restricted to a specific root folder. Supports file operations like search, list, create, update, and read.4396MIT
- 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.
Related MCP Connectors
Google Docs MCP Pack — read, create, and edit Google Docs via OAuth.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
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/saydurrahman-ORCA/orca-drive-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server