/ Directorio / Playground / Google Drive MCP (felores)
● Comunidad felores ⚡ Instantáneo

Google Drive MCP (felores)

por felores · felores/gdrive-mcp-server

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

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

Demo en vivo

Cómo se ve en la práctica

gdrive-mcp-felores.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/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"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Google Drive MCP (felores)

Get started with Google Drive MCP (felores)

Cuándo usarlo: When you want to bring Google Drive MCP (felores) into your Claude workflow.

Flujo
  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.✓ Copiado

Resultado: Claude can interact with Google Drive MCP (felores) directly from your IDE.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills