MCP Setup Guide

How to Set Up Google Drive MCP with ClawdBot

Search and read Docs/Sheets as your personal knowledge base.

Overview

Quick Start

If your provider offers a hosted MCP endpoint, use a URL-based config:

Hosted MCP Config json
{
  "google-drive": {
    "url": "https://YOUR_GOOGLE_DRIVE_MCP_ENDPOINT"
  }
}

For local or self-hosted servers, use a CLI bridge and keep secrets in environment variables:

Local CLI Config json
{
  "google-drive": {
    "command": "npx",
    "args": ["-y", "mcp-remote", "https://YOUR_GOOGLE_DRIVE_MCP_ENDPOINT"],
    "env": {
      "GOOGLE_DRIVE_API_KEY": "YOUR_GOOGLE_DRIVE_API_KEY"
    }
  }
}

Common Pitfalls

Example Prompts

Related MCPs