orca-drive
ORCA Drive MCP
Ein Model Context Protocol (MCP)-Server, der einen Google Drive-Ordner über Streamable HTTP bereitstellt und als Vercel-Serverless-Funktion läuft.
Er liest Google Drive über eine kleine Google Apps Script-Web-App, sodass weder die Google Cloud Console noch ein Dienstkonto benötigt wird.
Werkzeuge
Tool | Beschreibung |
| Dateien in einem Ordner auflisten (Standard: |
| Dateien anhand einer Teilzeichenfolge im Namen durchsuchen |
| Metadaten für eine einzelne Datei anhand der ID abrufen |
| Textinhalt einer Datei lesen (JSON, CSV, TXT, etc.) |
Related MCP server: mcp-server-drive
1. Erstelle das Apps-Script-Backend
Gehe zu https://script.google.com und erstelle ein Neues Projekt.
Lösche den Platzhaltercode und füge den Inhalt von
apps-script.jsein.Klicke auf Bereitstellen > Neue Bereitstellung:
Typ: Web-App
Ausführen als: Ich
Wer hat Zugriff: Jeder
Klicke auf Bereitstellen, autorisiere das Skript (erlaube ihm den Zugriff auf dein Google Drive).
Kopiere die Web-App-URL, die auf
/execendet (z. B.https://script.google.com/macros/s/AKfycb.../exec).
Öffne die
/exec-URL einmal in deinem Browser und autorisiere sie, damit das Skript auf deine Google-Drive-Dateien zugreifen kann.
2. Umgebungsvariablen konfigurieren
Kopiere .env.example in .env (lokale Entwicklung) und setze dieselben Werte in Vercel (Projekt > Einstellungen > Umgebungsvariablen):
Variable | Beschreibung |
| Die |
| Standard-Ordner-ID zum Auflisten |
3. Lokal ausführen
npm install
vercel devTeste mit dem MCP Inspector:
npx @modelcontextprotocol/inspectorVerwende den Transport Streamable HTTP und die URL http://localhost:3000/.
4. Auf Vercel bereitstellen
vercel --prodDein Endpunkt wird https://<project>.vercel.app/ sein.
5. Einen Client verbinden
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