/ Каталог / Песочница / Google Drive MCP (felores)
● Сообщество felores ⚡ Сразу

Google Drive MCP (felores)

автор felores · felores/gdrive-mcp-server

Efficient Google Drive MCP — files, folders, permissions, search.

Efficient Google Drive MCP — files, folders, permissions, search.

Живое демо

Как выглядит на практике

gdrive-mcp-felores.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "gdrive-mcp-felores": {
      "command": "npx",
      "args": [
        "-y",
        "gdrive-mcp-felores"
      ]
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "gdrive-mcp-felores": {
      "command": "npx",
      "args": [
        "-y",
        "gdrive-mcp-felores"
      ]
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "gdrive-mcp-felores": {
      "command": "npx",
      "args": [
        "-y",
        "gdrive-mcp-felores"
      ]
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gdrive-mcp-felores": {
      "command": "npx",
      "args": [
        "-y",
        "gdrive-mcp-felores"
      ]
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "gdrive-mcp-felores",
      "command": "npx",
      "args": [
        "-y",
        "gdrive-mcp-felores"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "gdrive-mcp-felores": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "gdrive-mcp-felores"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add gdrive-mcp-felores -- npx -y gdrive-mcp-felores

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: Google Drive MCP (felores)

Get started with Google Drive MCP (felores)

Когда использовать: When you want to bring Google Drive MCP (felores) into your Claude workflow.

Поток
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Google Drive MCP (felores) to help me with a task.✓ Скопировано

Итог: Claude can interact with Google Drive MCP (felores) directly from your IDE.

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills