google-drive-mcp

piotr-agier/google-drive-mcp
★ 139 stars TypeScript 📁 File System Updated 6d ago
A Model Context Protocol (MCP) server that provides secure integration with Google Drive, Docs, Sheets, Slides and Calendar. It allows Claude Desktop and other MCP clients to manage files in Google Drive through a standardized interface.
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-drive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "piotr-agier/google-drive-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that provides secure integration with Google Drive, Docs, Sheets, Slides, and Calendar. It allows Claude Desktop and other MCP clients to manage files in Google Drive and calendar events through a standardized interface. - **Multi-format Support**: Work with Google Docs, Sheets, Slides, Calendar, and regular files

Tools (20)

BULLET_LEFTTRIANGLE_DIAMOND_DISCDEBUGGOOGLE_APPLICATION_CREDENTIALSGOOGLE_CLIENT_SECRET_PATHGOOGLE_DRIVE_MCP_ACCESS_TOKENGOOGLE_DRIVE_MCP_AUTH_PORTGOOGLE_DRIVE_MCP_CLIENT_IDGOOGLE_DRIVE_MCP_CLIENT_SECRETGOOGLE_DRIVE_MCP_REFRESH_TOKENGOOGLE_DRIVE_MCP_TOKEN_PATHGOOGLE_DRIVE_OAUTH_CREDENTIALSGOOGLE_TOKEN_PATHMCP_HTTP_HOSTMCP_HTTP_PORTMCP_TRANSPORTNODE_ENVNUMBERED_ZERODECIMAL_ALPHA_ROMANTEXT_CONTAINSXDG_CONFIG_HOMEaddSpreadsheetSheet

Topics

mcpmcp-server