Google Drive runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from npm. Last commit 9 Sep 2026.
Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive.
Today is the operative word: we check Google Drive every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add google-drive-mcp -- npx -y google-drive-mcp
{
"mcpServers": {
"google-drive-mcp": {
"args": [
"-y",
"google-drive-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.google-drive-mcp]
command = "npx"
args = ["-y", "google-drive-mcp"]
{
"mcpServers": {
"google-drive-mcp": {
"args": [
"-y",
"google-drive-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"google-drive-mcp": {
"args": [
"-y",
"google-drive-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MCP_TRANSPORT (Transport type.), GOOGLE_CLIENT_ID (Google OAuth client ID.), GOOGLE_CLIENT_SECRET (Google OAuth client secret.).
The author declared them in the registry entry; get the values from the project itself.
Allow AI systems to list, search, and manage contacts via Google Contacts.
Allow AI systems to list, create, update, and manage Google Calendar events.
MCP server for the Google Drive API: search, upload, download, organize and share files.
Allow AI systems to search for places and get business info via Google Maps Places API.
Manage files, folders, permissions, and collaborative content in Google Drive
Allow AI systems to read and edit Google Docs.
Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.
Google Drive via gogcli for Claude — search, upload, download, permissions
Answers built from our own checks of this server.