MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Google Drive MCP
Google Drive MCP Logo - AI-Powered Development Tool for Cursor IDE

Google Drive MCP

Model Context Protocol Integration

Overview

An MCP server that integrates with Google Drive to enable file listing, reading, and searching capabilities. Supports automatic file format conversion for Google Workspace files and provides seamless access to Drive contents.

View Repository

Google Drive Features

  • •File search capabilities
  • •Automatic file format conversion
  • •Google Workspace integration
  • •File content access
  • •Directory listing
  • •OAuth authentication
  • •Multiple file type support

Google Drive Setup & Configuration

Requirements

  • •Google Cloud project
  • •Google Drive API enabled
  • •OAuth 2.0 credentials
  • •Docker or Node.js
  • •Claude Desktop

Installation Instructions

# Initial Setup
1. Create Google Cloud project
2. Enable Google Drive API
3. Configure OAuth consent screen
4. Create OAuth Client ID (Desktop App)
5. Download and rename key file to gcp-oauth.keys.json

# Authentication
docker run -i --rm \
  --mount type=bind,source=/path/to/gcp-oauth.keys.json,target=/gcp-oauth.keys.json \
  -v mcp-gdrive:/gdrive-server \
  -e GDRIVE_OAUTH_PATH=/gcp-oauth.keys.json \
  -e "GDRIVE_CREDENTIALS_PATH=/gdrive-server/credentials.json" \
  -p 3000:3000 mcp/gdrive auth

Configuration

# Docker Configuration
{
  "mcpServers": {
    "gdrive": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v",
        "mcp-gdrive:/gdrive-server",
        "-e",
        "GDRIVE_CREDENTIALS_PATH=/gdrive-server/credentials.json",
        "mcp/gdrive"
      ]
    }
  }
}

# NPX Configuration
{
  "mcpServers": {
    "gdrive": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gdrive"
      ]
    }
  }
}

Google Drive Available Tools

  • •search

Google Drive Required Inputs

query

Type
string
Description
Search query for files
Required
Yes

Google Drive Use Cases

  • •File search and discovery
  • •Document content access
  • •Google Workspace integration
  • •File format conversion
  • •Content organization
  • •Document management
  • •Team collaboration

Frequently Asked Questions

An MCP server that integrates with Google Drive to enable file listing, reading, and searching capabilities. Supports automatic file format conversion for Google Workspace files and provides seamless access to Drive contents.
Google Cloud project, Google Drive API enabled, OAuth 2.0 credentials, Docker or Node.js, Claude DesktopView detailed requirements
Follow the installation instructions in the setup section above.View installation guide

Google Drive MCP provides the following tools:

  • •search

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.