gdrive

AojdevStudio/gdrive
★ 6 stars TypeScript 📁 File System Updated today
A Model Context Protocol (MCP) HTTP remote server for Google Drive built on Cloudflare Workers
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gdrive": {
      "command": "npx",
      "args": [
        "-y",
        "AojdevStudio/gdrive"
      ]
    }
  }
}

README Excerpt

<div align="center"> *Give an AI agent one URL and it can work through AOJ Workbench.* </div> --- AOJ Workbench is a **private remote HTTP MCP server** hosted on Cloudflare Workers. The supported client experience is: ```text https://your-worker.workers.dev/mcp ``` There is no supported local stdio server, local HTTP server, Docker runtime, or local bootstrap flow for MCP clients. Clients connect to the remote `/mcp` endpoint by URL.

Tools (2)

executesearch

Topics

cloudflare-workersmcp-serverremote-mcp-server