Skip to content

Commit ebf3627

Browse files
committed
README: Google Drive row — show it's also a local MCP (@modelcontextprotocol/server-gdrive) not just a claude.ai connector
1 parent e7e182b commit ebf3627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ The script asks which tools you want, then walks you through each one's credenti
469469
| 7 | **Playwright** ([Microsoft](https://github.com/microsoft/playwright-mcp)) | Lets Claude log into and operate web apps with no API. Runs its own Chromium (not your real browser), reads via accessibility-tree snapshots — fast + reliable. | Node 18+ (from Step 1) + ~hundreds of MB disk for Chromium. No credentials. |
470470
| 8 | **SwiftKit** ([swiftkit.sh](https://swiftkit.sh)) | Hosted MCP toolkit for **iOS / macOS / Swift development** — 100+ tools for writing, building, and shipping Apple-platform code behind one HTTP endpoint. Default for anything iPhone/iOS/Swift-related. Nothing to install locally. | Account + API key (`sk_live_` or `sk_test_`). |
471471
| 9 | **Superhuman** ([superhuman.com](https://superhuman.com)) | Email triage + drafting from Claude via Superhuman's official remote MCP. | Active Superhuman subscription. One-time browser OAuth on first use. |
472-
| — | **[Google Drive](https://claude.ai)** *(claude.ai connector)* | Browse, search, and read Google Drive files — Docs, Sheets, PDFs, shared folders. | Enable at [claude.ai](https://claude.ai) avatar → **Settings** → **Connectors** → **Google Drive** → **Connect**. Not installed by this script. |
472+
| — | **Google Drive** ([local MCP](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) or claude.ai connector) | Browse, search, and read Google Drive files — Docs, Sheets, PDFs, shared folders. | **Easiest path:** enable the [claude.ai](https://claude.ai) connector (avatar → **Settings** → **Connectors** → **Google Drive** → **Connect**). **Local MCP path:** set up Google Cloud OAuth creds (same flow as Google Calendar) and run `claude mcp add gdrive -- npx -y @modelcontextprotocol/server-gdrive`. Not auto-installed by this script yet. |
473473
474474
> **Playwright scope note:** Microsoft explicitly says "Playwright MCP is not a security boundary." Treat anything Claude loads through it the same as any browser session you'd drive manually.
475475

0 commit comments

Comments
 (0)