digital-drive-mcp
digital-drive-mcp
AI 에이전트가 Akij Resource Digital Management Google Drive 폴더(공개 링크)를 탐색하고 읽을 수 있게 해주는 Model Context Protocol(MCP) 서버입니다. TypeScript + 공식 MCP SDK, Streamable HTTP 전송으로 구축되었으며 Vercel에 배포할 수 있습니다.
도구
도구 | 설명 |
| 5개 팀원 하위 폴더(이름 + 폴더 ID) |
| 모든 Drive 폴더의 파일/하위 폴더(기본값: 루트) |
| 5개 하위 폴더 전체의 모든 파일을 평면화한 목록 |
| 파일 내용을 텍스트로 읽기(Google Docs/Sheets/Slides, Word/Excel/PPT, markdown/HTML) |
| 파일의 직접 다운로드 URL |
Related MCP server: Google-Drive-MCP-Server
파일 읽기 방식(자격 증명 불필요)
폴더가 공개("링크 있는 모든 사용자")이므로 서버는 Google 공개 엔드포인트를 사용합니다:
목록 —
drive.google.com/drive/folders/<id>를 스크래핑하고 내장된_DRIVE_ivdJSON을 파싱합니다.Google Docs/Sheets/Slides —
docs.google.com/.../export?format=txt|csv로 내보냅니다.Office 파일(.xlsx/.docx/.pptx) — 다운로드 후
fflate(ZIP + XML → 텍스트)로 메모리에서 파싱합니다.텍스트/HTML/Markdown — 다운로드 후 원문 그대로 반환합니다.
로컬 개발
npm install
npm run dev # HTTP server on http://localhost:3000/mcp
# or
npm run stdio배포
vercel --prod
# endpoint: https://<project>.vercel.app/api/mcp연결
{
"mcp": {
"digital-drive-mcp": {
"type": "remote",
"url": "https://<project>.vercel.app/api/mcp",
"enabled": true
}
}
}Drive 폴더가 비공개로 전환되면 목록/읽기가 실패합니다 — Google 서비스 계정 + Drive API로 전환하거나 폴더를 공유 상태로 유지하세요.
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
- FlicenseNot gradedqualityDmaintenanceEnables Claude to read, create, update, and manage files in Google Drive through MCP tools.1
- AlicenseAqualityDmaintenanceEnables AI assistants to securely access and manage Google Drive files and Google Sheets within a specified folder scope, with support for reading various file types including PDFs and Excel.7121MIT
- 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.
- FlicenseNot gradedqualityCmaintenanceEnables LLM agents to list Google Drive files, read/write Google Sheets, and query external REST APIs through MCP tools.
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Shared long-term memory vault for AI agents with 20 MCP tools.
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/headdigitalmgt-mahfuj2/digital-drive-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server