orca-drive
ORCA Drive MCP
Google Drive 폴더를 Streamable HTTP로 노출하는 Model Context Protocol (MCP) 서버로, Vercel 서버리스 함수로 배포됩니다.
작은 Google Apps Script 웹 앱을 통해 Google Drive를 읽으므로 Google Cloud Console이나 서비스 계정이 필요하지 않습니다.
도구
도구 | 설명 |
| 폴더의 파일 목록을 나열합니다 (기본값: |
| 이름 부분 문자열로 파일을 검색합니다 |
| ID로 단일 파일의 메타데이터를 가져옵니다 |
| 파일의 텍스트 내용을 읽습니다 (JSON, CSV, TXT 등) |
Related MCP server: mcp-server-drive
1. Apps Script 백엔드 만들기
https://script.google.com에 접속하여 새 프로젝트를 만듭니다.
자리 표시자 코드를 삭제하고
apps-script.js의 내용을 붙여넣습니다.배포 > 새 배포를 클릭합니다:
유형: 웹 앱
실행 대상: 나
액세스 권한: 모두
배포를 클릭하고 스크립트를 승인합니다 (Drive에 대한 액세스를 허용).
/exec로 끝나는 웹 앱 URL을 복사합니다 (예:https://script.google.com/macros/s/AKfycb.../exec).
브라우저에서
/execURL을 한 번 열고 스크립트가 Drive 파일에 액세스할 수 있도록 승인합니다.
2. 환경 변수 구성하기
.env.example을 .env로 복사하고 (로컬 개발) Vercel에서 동일한 값을 설정합니다 (프로젝트 > 설정 > 환경 변수):
변수 | 설명 |
| 1단계의 Apps Script |
| 기본 폴더 ID |
3. 로컬에서 실행하기
npm install
vercel devMCP Inspector로 테스트합니다:
npx @modelcontextprotocol/inspector전송 방식 Streamable HTTP와 URL http://localhost:3000/을 사용합니다.
4. Vercel에 배포하기
vercel --prod엔드포인트는 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