{
  "slug": "google-drive",
  "name": "Google Drive MCP",
  "vendor": "Google",
  "official": true,
  "category": "production-ops",
  "featured": false,
  "tagline": "Google's official remote Drive MCP: search, read, and create files with Workspace governance.",
  "description": "A first-party hosted MCP endpoint from the Drive API team that lets agents search files, read content as a natural-language representation, retrieve metadata, and create/download files — inheriting the user's Drive permissions and Workspace data governance. The production file server for dailies, exports, and shared media.",
  "capabilities": [
    "file-search",
    "file-read",
    "file-create",
    "metadata",
    "permission-aware"
  ],
  "tools_sample": [
    "search_files",
    "read_file_content"
  ],
  "install": {
    "claude_code": "claude mcp add --transport http google-drive https://drivemcp.googleapis.com/mcp/v1",
    "remote_url": "https://drivemcp.googleapis.com/mcp/v1",
    "stdio_command": null
  },
  "auth": {
    "type": "oauth",
    "env_var": null,
    "key_url": "Bring your own Google Cloud OAuth client (consent screen + client ID/secret) — see the configure-mcp-server guide"
  },
  "pricing": "freemium",
  "links": {
    "repo": null,
    "docs": "https://developers.google.com/workspace/drive/api/guides/configure-mcp-server",
    "site": "https://drive.google.com"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "notes": "Part of the Google Workspace Developer Preview Program — flag as preview. The old Anthropic reference gdrive server is archived; don't use it. Broader community alternative covering Docs/Sheets/Slides/Gmail too: taylorwilsdon/google_workspace_mcp (2.6k stars, very active, uvx workspace-mcp)."
}