MCP Directory
Back

google-drive-mcp

by mikegcoleman · JavaScript · ★ 0

MCP server for Google Drive integration - extracted from modelcontextprotocol/servers-archived

Install

npx -y github:mikegcoleman/google-drive-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "google-drive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:mikegcoleman/google-drive-mcp"
      ]
    }
  }
}

From the README

This MCP server integrates with Google Drive to allow listing, reading, and searching over files. > **Attribution**: This project is based on the Google Drive MCP server from [modelcontextprotocol/servers-archived](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/gdrive), originally developed by Anthropic, PBC. Licensed under the MIT License. - **search** - Search for files in Google Drive - Input: (string): Search query - Returns file names and MIME types of matching files The server provides access to Google Drive files: - **Files** () - Supports all file t…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers