orca-drive
Provides tools to list files in a Google Drive folder, search files by name, fetch file metadata, and read text-based file contents.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@orca-drivelist files in my project folder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ORCA Drive MCP
A Model Context Protocol (MCP) server that exposes a Google Drive folder over Streamable HTTP, deployed as a Vercel serverless function.
It reads Google Drive through a small Google Apps Script web app, so no Google Cloud Console or service account is needed.
Tools
Tool | Description |
| List files in a folder (defaults to |
| Search files by name substring |
| Fetch metadata for a single file by ID |
| Read text content of a file (JSON, CSV, TXT, etc.) |
Related MCP server: mcp-server-drive
1. Create the Apps Script backend
Go to https://script.google.com and create a New project.
Delete the placeholder code and paste the contents of
apps-script.js.Click Deploy > New deployment:
Type: Web app
Execute as: Me
Who has access: Anyone
Click Deploy, authorize the script (allow it to access your Drive).
Copy the Web app URL ending in
/exec(e.g.https://script.google.com/macros/s/AKfycb.../exec).
Open the
/execURL once in your browser and authorize it so the script can access your Drive files.
2. Configure environment variables
Copy .env.example to .env (local dev) and set the same values in Vercel
(Project > Settings > Environment Variables):
Variable | Description |
| The Apps Script |
| Default folder ID to list |
3. Run locally
npm install
vercel devTest with the MCP Inspector:
npx @modelcontextprotocol/inspectorUse transport Streamable HTTP and URL http://localhost:3000/.
4. Deploy to Vercel
vercel --prodYour endpoint will be https://<project>.vercel.app/.
5. Connect a client
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