orca-drive

orca-drive

Enables interacting with Google Drive folders through an MCP server, allowing listing, searching, and reading files using tools like list_files, search_files, get_file, and read_file.

Category
Visit Server

README

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 List files in a folder (defaults to DRIVE_FOLDER_ID)
search_files Search files by name substring
get_file Fetch metadata for a single file by ID
read_file Read text content of a file (JSON, CSV, TXT, etc.)

1. Create the Apps Script backend

  1. Go to https://script.google.com and create a New project.
  2. Delete the placeholder code and paste the contents of apps-script.js.
  3. Click Deploy > New deployment:
    • Type: Web app
    • Execute as: Me
    • Who has access: Anyone
  4. Click Deploy, authorize the script (allow it to access your Drive).
  5. Copy the Web app URL ending in /exec (e.g. https://script.google.com/macros/s/AKfycb.../exec).

Open the /exec URL 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
APPS_SCRIPT_URL The Apps Script /exec URL from step 1
DRIVE_FOLDER_ID Default folder ID to list

3. Run locally

npm install
vercel dev

Test with the MCP Inspector:

npx @modelcontextprotocol/inspector

Use transport Streamable HTTP and URL http://localhost:3000/.

4. Deploy to Vercel

vercel --prod

Your 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/"
    }
  }
}

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured