orca-drive-sa-mcp
ORCA Drive SA 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 cuenta de servicio de Google (Drive API v3, ámbito de solo lectura), por lo que no se necesita una aplicación web de Apps Script.
Herramientas
Herramienta | Descripción |
| Lista archivos en una carpeta (por defecto |
| Busca archivos por subcadena de nombre |
| Obtiene metadatos de un solo archivo por ID |
| Lee el contenido de texto de un archivo (JSON, CSV, TXT, etc.) |
Related MCP server: Google Drive MCP Server
1. Crear una cuenta de servicio de Google
Ve a https://console.cloud.google.com y crea (o selecciona) un proyecto.
Habilita la API de Google Drive (APIs y servicios → Biblioteca → "Google Drive API").
Crea una cuenta de servicio:
APIs y servicios → Credenciales → Crear credenciales → Cuenta de servicio.
Dale un nombre y haz clic en Crear y continuar, luego Listo.
Genera una clave:
Abre la cuenta de servicio → Claves → Agregar clave → Crear clave nueva → JSON.
Descarga el archivo de clave JSON.
Copia el correo electrónico de la cuenta de servicio (por ejemplo,
orca-drive@my-project.iam.gserviceaccount.com).Comparte la carpeta de Drive de destino con ese correo (haz clic derecho en la carpeta en Drive → Compartir → pega el correo → Lector).
Solo se puede acceder a los archivos/carpetas compartidos con la cuenta de servicio.
2. Configurar 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 |
| El contenido completo de la clave JSON (una sola línea) |
| Establecer a |
| ID de carpeta predeterminado para listar |
3. Ejecutar localmente
npm install
vercel devPrueba con el MCP Inspector (npx @modelcontextprotocol/inspector) usando 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-sa": {
"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
- -licenseNot gradedqualityAmaintenanceThis MCP server integrates with Google Drive to allow listing, reading, and searching over files.4,90789,405MIT
- 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 gradedqualityCmaintenanceAn MCP server that enables interaction with Google Drive through the Google Cloud API. It allows users to list, read, and upload files directly from MCP-compatible clients like manus.im or Cursor.
- AlicenseAqualityBmaintenanceA local MCP server that enables LLMs to securely search and read files within designated Google Drive folders. Supports Google Docs, Google Sheets, PDFs, and plain text with strict folder-scoping via service account authentication.4MIT
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
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-sa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server