Google Drive MCP ServerServer

rishipradeep-think41
GitHub
Google DriveCloud StorageApp Automation

Loading subscription status...

💡 Description

This MCP server integrates with Google Drive to allow listing, reading, and searching files, as well as the ability to read and write to Google Sheets.

📝 JSON Entries

{
  "mcpServers": [
    {
      "gdrive": {
        "env": {
          "CLIENT_ID": "<CLIENT_ID>",
          "CLIENT_SECRET": "<CLIENT_SECRET>",
          "GDRIVE_CREDS_DIR": "/path/to/config/directory"
        },
        "args": [
          "-y",
          "@isaacphi/mcp-gdrive"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

gdrive_searchgdrive_read_filegsheets_readgsheets_update_cell

Features

  • Search for files in Google Drive
  • Read contents of files from Google Drive
  • Read and write to Google Sheets with specified data

💬 Example Queries

  • Search for files in Google Drive
  • Read contents of a specific file from Drive
  • Update a specific cell value in Google Sheets