orca-drive
ORCA Drive MCP
Сервер Model Context Protocol (MCP), который предоставляет доступ к папке Google Drive через Streamable HTTP, развернутый как serverless-функция Vercel.
Он читает Google Drive через небольшое веб-приложение Google Apps Script, поэтому не требуется Google Cloud Console или сервисный аккаунт.
Инструменты
Инструмент | Описание |
| Список файлов в папке (по умолчанию |
| Поиск файлов по подстроке имени |
| Получение метаданных одного файла по ID |
| Чтение текстового содержимого файла (JSON, CSV, TXT и т. д.) |
Related MCP server: mcp-server-drive
1. Создание бэкенда Apps Script
Перейдите на https://script.google.com и создайте New project.
Удалите код-заглушку и вставьте содержимое
apps-script.js.Нажмите Deploy > New deployment:
Тип: Web app
Выполнять от имени: Me
Кто имеет доступ: Anyone
Нажмите Deploy, авторизуйте скрипт (разрешите ему доступ к вашему Drive).
Скопируйте Web app URL, оканчивающийся на
/exec(например,https://script.google.com/macros/s/AKfycb.../exec).
Откройте URL
/execодин раз в браузере и авторизуйте его, чтобы скрипт мог получить доступ к вашим файлам Drive.
2. Настройка переменных окружения
Скопируйте .env.example в .env (локальная разработка) и задайте те же значения в Vercel (Project > Settings > Environment Variables):
Переменная | Описание |
| URL |
| ID папки по умолчанию для списка |
3. Запуск локально
npm install
vercel devПротестируйте с помощью MCP Inspector:
npx @modelcontextprotocol/inspectorИспользуйте транспорт Streamable HTTP и URL http://localhost:3000/.
4. Развертывание на Vercel
vercel --prodВаш endpoint будет https://<project>.vercel.app/.
5. Подключение клиента
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