google-gdrive-mcpserver

anhuaxiang/google-gdrive-mcpserver
★ 1 stars Python 📁 File System Updated 5mo ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-gdrive-mcpser": {
      "command": "uvx",
      "args": [
        "google-gdrive-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install google-gdrive-mcpserver