Skip to main content
File SystemsTypeScript

isaacphi/mcp-gdrive

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

file-systemscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/isaacphi/mcp-gdrive

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
TypeScript
Author
isaacphi