Back to search
30
MCP

google-drive-mcp

piotr-agier/google-drive-mcp

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.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

mcp-gdrive
Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
0 tools
mcp-google-drive
Advanced MCP server for Google Drive integration with full CRUD operations, file management, and sharing capabilities. Supports both OAuth2
0 tools
google-workspace-mcp
A Model Context Protocol (MCP) server that provides authenticated access to Google Workspace APIs, offering integrated Authentication, Gmail
0 tools
google-sheets-mcpserver
A Model Context Protocol (MCP) server that provides Google Sheets integration for AI assistants like Claude.
0 tools
barie-google-drive-mcp
Google Drive MCP Server for managing files and folders via the Model Context Protocol
0 tools
Gmail-MCP-Server
A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support. This server enables AI assis
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "google-drive-mcp": {
      "url": "https://www.npmjs.com/package/@piotr-agier/google-drive-mcp",
      "transport": "http"
    }
  }
}