Server Directory
ProductivityIntermediate Official

Google Drive

by Anthropic

GitHub
18.5k

Access and search files in Google Drive. List files, read document contents, and search across your Drive storage.

CAPABILITIES

  • List files and folders
  • Read file contents
  • Search across Drive
  • Access shared drives

INSTALLATION

Terminal
npx -y @modelcontextprotocol/server-gdrive

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "google-drive": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@modelcontextprotocol/server-gdrive"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Productivity
Difficulty
Intermediate
Maintained By
Anthropic
NPM Package
@modelcontextprotocol/server-gdrive

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →