Skip to main content
Glama

ORCA Drive MCP

Google Drive 폴더를 Streamable HTTP로 노출하는 Model Context Protocol (MCP) 서버로, Vercel 서버리스 함수로 배포됩니다.

작은 Google Apps Script 웹 앱을 통해 Google Drive를 읽으므로 Google Cloud Console이나 서비스 계정이 필요하지 않습니다.

도구

도구

설명

list_files

폴더의 파일 목록을 나열합니다 (기본값: DRIVE_FOLDER_ID)

search_files

이름 부분 문자열로 파일을 검색합니다

get_file

ID로 단일 파일의 메타데이터를 가져옵니다

read_file

파일의 텍스트 내용을 읽습니다 (JSON, CSV, TXT 등)

Related MCP server: mcp-server-drive

1. Apps Script 백엔드 만들기

  1. https://script.google.com에 접속하여 새 프로젝트를 만듭니다.

  2. 자리 표시자 코드를 삭제하고 apps-script.js의 내용을 붙여넣습니다.

  3. 배포 > 새 배포를 클릭합니다:

    • 유형: 웹 앱

    • 실행 대상:

    • 액세스 권한: 모두

  4. 배포를 클릭하고 스크립트를 승인합니다 (Drive에 대한 액세스를 허용).

  5. /exec로 끝나는 웹 앱 URL을 복사합니다 (예: https://script.google.com/macros/s/AKfycb.../exec).

브라우저에서 /exec URL을 한 번 열고 스크립트가 Drive 파일에 액세스할 수 있도록 승인합니다.

2. 환경 변수 구성하기

.env.example.env로 복사하고 (로컬 개발) Vercel에서 동일한 값을 설정합니다 (프로젝트 > 설정 > 환경 변수):

변수

설명

APPS_SCRIPT_URL

1단계의 Apps Script /exec URL

DRIVE_FOLDER_ID

기본 폴더 ID

3. 로컬에서 실행하기

npm install
vercel dev

MCP 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/"
    }
  }
}
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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