orca-drive
ORCA Drive MCP
Model Context Protocol (MCP) サーバーで、Google Drive のフォルダを Streamable HTTP を介して公開し、 Vercel のサーバーレス関数としてデプロイされます。
小さな Google Apps Script の Web アプリ経由で 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の内容を貼り付けます。デプロイ > 新しいデプロイをクリックします:
種類: Web アプリ
実行するアカウント: 自分
アクセスできるユーザー: 全員
デプロイをクリックし、スクリプトを承認します(自分の Drive へのアクセスを許可します)。
/execで終わる Web アプリの URL をコピーします(例:https://script.google.com/macros/s/AKfycb.../exec)。
ブラウザで
/execの URL を一度開いて承認し、スクリプトが 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