Skip to main content
Google Drive is Google’s cloud storage service for files and folders. The Google Drive MCP server lets you search, create, move, and share files using natural language.

What Can It Do?

  • Search files and folders by name, keyword, or date
  • Create, copy, move, and delete files and folders
  • Generate new documents and folder structures on demand
  • Share files with specific permissions and get sharing links

Where to Use It

Add Google Drive as a tool to any agent. The agent can then manage your files conversationally, choosing the right actions based on context. To add an MCP tool to your agent:
  1. Open your agent’s configuration
  2. Click Add toolsConnect an app with MCP
  3. Search for the integration and select it
  4. Authenticate with your account
You can control which tools your agent has access to. After adding an integration, click on it to enable or disable specific tools based on what your agent needs.

In Workflows (Via Agent Node)

For automated pipelines, use an Agent Node with Google Drive tools. This gives you the flexibility of an agent within a deterministic workflow.

As a Custom MCP Node

You can also create a standalone MCP node for a specific action. This generates a reusable node that performs one task, useful when you need the same operation repeatedly in workflows.
To create a custom MCP node:
  1. Go to your node library and search for the integration
  2. Click Create a node with AI
  3. Describe the specific action you want (e.g., “Search for files modified this week”)
  4. Test the node and save it for reuse
Custom MCP nodes are single-purpose by design. For tasks that require multiple steps or dynamic decision-making, use an agent instead.

Available Tools

ToolDescription
SearchSearch for files in Drive
Copy FileCreate a copy of a file
Create Folder SubfolderCreate folders and subfolders
Move FileMove files between folders
Create Plain Text FileCreate new text files
Add File Sharing PreferenceShare files and get links
Update NameRename files or folders
Get FileGet file metadata and content
List ContentsList files in a folder
DeleteDelete files or folders

Example Prompts

Use these with your agent or in the Agent Node: Search files:
Find files containing "invoice" modified in the last week
Create a folder:
Create a folder called "Q4 Reports" with subfolders for each month
Share a file:
Share the budget spreadsheet with view access for anyone with the link
Move files:
Move all files from the Inbox folder to the Archive folder
Get file details:
Get the details and sharing link for the marketing presentation

Troubleshooting

IssueSolution
Agent not finding the right dataUse specific file names or folder paths
Action not completingCheck that you’ve authenticated and have access to the files
Unexpected resultsThe agent may chain multiple tools (e.g., searching first, then moving). Review the agent’s reasoning to understand its approach.
Tool not availableVerify the tool is enabled in your agent’s MCP configuration
Agents are smart enough to chain multiple API calls together. For example, asking “Share the Q4 report” will find the file first, then share it. If results seem off, check the agent’s step-by-step reasoning.

Need Help?


Use this integration directly in Claude or Cursor. Connect remotely via the Google Drive MCP server using your Gumloop credentials.