Back to MCP Servers
🔌

isaacphi/mcp-gdrive

MITAPI key required

📇 ☁️ - Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets.

TypeScriptCommunication

Install

npx -y @isaacphi/mcp-gdrive

Required environment variables

CLIENT_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "isaacphi-mcp-gdrive": {
      "command": "npx",
      "args": [
        "-y",
        "@isaacphi/mcp-gdrive"
      ],
      "env": {
        "CLIENT_SECRET": "<YOUR_CLIENT_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.