Skip to main content
Glama

digital-drive-mcp

AIエージェントが Akij Resource Digital Management のGoogle Driveフォルダー(公開リンク)を閲覧・読み取りできるようにするModel Context Protocol (MCP)サーバーです。TypeScript + 公式MCP SDK、Streamable HTTPトランスポートで構築され、Vercelにデプロイできます。

ツール

ツール

説明

list_team_folders

5つのチームメンバーサブフォルダー(名前 + フォルダーID)

list_folder

任意のDriveフォルダー内のファイル/サブフォルダー(デフォルトはルート)

list_all_files

5つのサブフォルダーすべてにわたる全ファイルのフラットなリスト

read_file

ファイルの内容をテキストとして読み取る(Google Docs/Sheets/Slides、Word/Excel/PPT、markdown/HTML)

download_url

ファイルの直接ダウンロードURL

Related MCP server: Google-Drive-MCP-Server

ファイルの読み取り方法(認証情報不要)

フォルダーは公開(「リンクを知っている全員」)なので、サーバーはGoogleの公開エンドポイントを使用します:

  • 一覧表示drive.google.com/drive/folders/<id> をスクレイピングし、埋め込まれた _DRIVE_ivd JSONを解析します。

  • Google Docs/Sheets/Slidesdocs.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に切り替えるか、フォルダーを共有したままにしてください。

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

  • 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.

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/headdigitalmgt-mahfuj2/digital-drive-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server