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 Service Account + 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