Skip to main content
Google Drive

Overview

Supported tools

All 58 slugs surfaced through MCP:

Connect setup

Google Drive uses Google’s OAuth 2.0 with PKCE. You need a Google Cloud project with the Google Drive API enabled and OAuth credentials configured for a Web application.
1

Create a Google Cloud OAuth client

Go to Google Cloud Console → APIs & Services → Credentials, choose Create credentials → OAuth client ID → Web application, then copy the Client ID and Client Secret.
2

Add the redirect URI

Under Authorized redirect URIs, add:
3

Enable the Google Drive API

In APIs & Services → Library, search for Google Drive API and click Enable on the same Google Cloud project.
4

Configure required scopes

Add these scopes on the OAuth consent screen:
  • https://www.googleapis.com/auth/drive
  • openid
  • email
  • profile
5

Connect via the widget

The end user opens the Connect widget, picks Google Drive, and is sent through the OAuth consent screen.

Usage

Direct MCP JSON-RPC (Claude Desktop / Cursor / custom MCP clients)

Once connected, MCP clients can invoke any of the 58 tools by slug via the standard tools/call JSON-RPC method.