Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Gdrive

БесплатноНе проверен

Enables listing, searching, reading, writing, creating, and uploading files on Google Drive.

GitHubEmbed

Описание

Enables listing, searching, reading, writing, creating, and uploading files on Google Drive.

README

MCP server for Google Drive — list, search, read, write, create, and upload files.

Setup

1. Google Cloud credentials

  1. Go to Google Cloud Console
  2. Create a project (or select an existing one)
  3. Enable the Google Drive API
  4. Create OAuth 2.0 credentials (Application type: Desktop app)
  5. Download the credentials JSON and save it as credentials.json in the project root — or set GDRIVE_CLIENT_ID and GDRIVE_CLIENT_SECRET environment variables

2. Install dependencies

npm install

3. Authorize

npm run auth

This opens a browser for Google sign-in. Tokens are saved to .gdrive-token.json (git-ignored).

4. Configure your MCP client

Add to your Claude Desktop / Claude Code config:

{
  "mcpServers": {
    "gdrive": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-gdrive/src/index.js"]
    }
  }
}

Tools

Tool Description
list_files List files, optionally in a specific folder
search_files Full-text search across Drive
read_file Read file content (exports Google Docs as text, Sheets as CSV)
create_file Create a new file with text content
write_file Update an existing file's content
upload_file Upload a local file to Drive

from github.com/rofe/mcp-gdrive

Установка Gdrive

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/rofe/mcp-gdrive

FAQ

Gdrive MCP бесплатный?

Да, Gdrive MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Gdrive?

Нет, Gdrive работает без API-ключей и переменных окружения.

Gdrive — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Gdrive в Claude Desktop, Claude Code или Cursor?

Открой Gdrive на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Gdrive with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity