150,000+ agents registered. Trust scores show their math.Explore →
Explorer/MCP/node2flow/google-drive
REMOTE

Google Drive

node2flow/google-drive

MCP server for Google Drive API v3 : search, read, create, share, and manage files and folders. ## Features - Search files with powerful query syntax (name, type, folder, date, full-text) - Read text file content and export Google Workspace files (Docs, Sheets, Slides) - Create, copy, rename, move, star, trash, and permanently delete files - Share files with users, groups, domains, or make public with role-based access - Add comments and threaded replies on files, resolve comment threads - Manage shared drives (create, list, delete) - View file revision history and storage quota ## 23 Tools - **Files (10):** search, get metadata, read content, create, update, copy, delete, export, create folder, empty trash - **Permissions (3):** list permissions, share file, unshare file - **Comments (3):** list, create, delete comments - **Replies (2):** list, create replies (with resolve/reopen actions) - **Shared Drives (3):** list, create, delete shared drives - **Revisions (1):** list file revision history - **About (1):** user info, storage quota, import/export formats ## Configuration - `GOOGLE_CLIENT_ID` : OAuth 2.0 Client ID from Google Cloud Console - `GOOGLE_CLIENT_SECRET` : OAuth 2.0 Client Secret - `GOOGLE_REFRESH_TOKEN` : Refresh token obtained via OAuth consent flow with `drive` scope (use Google OAuth Playground)

23 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (7mo)
23toolsRemote/ HTTP7moindexed
100% uptime · 424ms avgChecked Sep 17, 2026
Quality Score
65/95
Deep
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure14.7/20
214 days indexed
Capability19/25
Tools: 7/13 (23 tools)
Description: 5/5
Endpoint: 7/7
Adoption6.5/25
Use count: 6.5/20 (41 uses)
Multi-registry: 0/5 (1 registry)
Reliability25/25
Currently live: 10/10
Uptime history: 15/15 100% (78/78 checks)
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Risk
0Clean
No signals detected.
The scanner shows
23 tools. Nothing caught our attention.
First indexed Feb 14, 2026
Server Profile
Tools catalogued
23
23 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 48 checks. Average response: 424ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://google-drive--node2flow.run.tools
Tools (23)
gd_search_files
Search and list files in Google Drive. Use the q parameter for powerful search queries: name contains, mimeType, parent folder, trashed status, date filters. Returns file metadata with pagination support.
gd_get_file
Get detailed metadata for a specific file or folder by ID. Returns all available metadata fields including size, owners, permissions, timestamps, and links.
gd_read_file
Read/download file content. Returns text content for text-based files (txt, csv, json, html, xml, code). For binary files, returns file info. For Google Workspace files (Docs, Sheets, Slides), use gd_export_file instead.
gd_create_file
Create a new file or Google Workspace document (metadata only, no content upload). To create a folder, use gd_create_folder. For Google Docs, set mimeType to "application/vnd.google-apps.document".
gd_update_file
Update file metadata — rename, change description, star/unstar, move between folders, or trash/untrash. Use add_parents/remove_parents to move files.
gd_copy_file
Create a copy of a file. Optionally specify a new name, destination folder, or description for the copy.
Show all 23 tools ↓
gd_delete_file
Permanently delete a file or folder. This action is irreversible — the file will NOT go to trash. Use gd_update_file with trashed=true to move to trash instead.
gd_export_file
Export a Google Workspace file (Docs, Sheets, Slides, Drawings) to a standard format. Use this for Google-native files; use gd_read_file for regular files. Supported exports: Docs→text/plain,text/html,application/pdf; Sheets→text/csv,application/pdf; Slides→application/pdf,text/plain.
gd_create_folder
Create a new folder in Google Drive. Optionally specify a parent folder to create it as a subfolder.
gd_empty_trash
Permanently delete ALL files in the trash. This action is irreversible. All trashed files for the authenticated user will be permanently removed.
gd_list_permissions
List all permissions (sharing settings) for a file or folder. Shows who has access, their role (owner, writer, commenter, reader), and sharing type (user, group, domain, anyone).
gd_share_file
Share a file or folder by creating a permission. Share with a specific user (email), domain, or make public (anyone). Set role to control access level.
gd_unshare_file
Remove a permission from a file or folder, revoking access for a user, group, or domain. Use gd_list_permissions to find the permission_id first.
gd_list_comments
List comments on a file. Returns comment text, author, timestamps, resolved status, and inline replies.
gd_create_comment
Add a comment to a file. The comment will be attributed to the authenticated user.
gd_delete_comment
Delete a comment from a file. Only the comment author or file owner can delete comments.
gd_list_replies
List replies to a specific comment on a file.
gd_create_reply
Reply to a comment on a file. Optionally resolve the comment thread with action="resolve".
gd_list_drives
List shared drives (formerly Team Drives) that the user has access to. Supports search query for filtering by name.
gd_create_drive
Create a new shared drive (requires Google Workspace account). The authenticated user becomes the organizer.
gd_delete_drive
Permanently delete a shared drive. The drive must be empty (no files) before it can be deleted. This action is irreversible.
gd_list_revisions
List revision history for a file. Shows who modified the file, when, file size at each revision, and checksums.
gd_about
Get information about the authenticated user and their Google Drive — storage quota, import/export formats, and capabilities.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from node2flow
WordPress
MCP server for WordPress REST API — manage posts, pages, media, comments, taxonomy, and users. ## Features - Full CRUD for posts, pages, comments, and media - Taxonomy management (categories, tags) - User and site information - HTTP Basic Auth with Application Passwords ## 20 Tools **Posts**: create, list, get, update, delete posts **Pages**: create, list, get, update, delete pages **Media**: list media, upload from URL **Comments**: create, list, get, update comments **Taxonomy**: manage categories and tags **Users & Site**: get users, site settings ## Configuration - WORDPRESS_URL — Your WordPress site URL - WORDPRESS_USERNAME — WordPress username - WORDPRESS_APP_PASSWORD — Application Password (Settings > Users > Application Passwords)
Gemini File Search
MCP server for Google's Gemini File Search and RAG (Retrieval-Augmented Generation). ## Features - Create and manage File Search stores - Upload documents (text, PDF, base64) with custom metadata and chunking config - Import existing Gemini files into stores - Track upload/operation status - Query documents using RAG with model selection and metadata filtering ## 12 Tools **Store Management**: create, list, get, delete stores **Upload & Import**: upload content directly or import existing files **Operations**: check status of store/upload operations **Documents**: list, get, delete documents in stores **RAG Query**: query documents with Gemini models (supports metadata filters) ## Configuration - GEMINI_API_KEY — Get one at https://aistudio.google.com/apikey
SQLite
Local MCP server for SQLite databases — query, manage schema, tables, indexes, and transactions through 15 tools. Install locally via npx only — each user gets their own database. Features: - Execute SQL queries and statements with parameter binding - Full schema management (tables, columns, indexes, foreign keys) - Database analysis (size, table stats, integrity check) - WAL mode enabled for better concurrency Install (Claude Desktop / Cursor): npx -y @node2flow/sqlite-mcp Tool categories: - Query (3): execute_query, execute_run, execute_many - Schema (4): list_tables, describe_table, list_indexes, list_foreign_keys - Table (3): create_table, alter_table, drop_table - Index (2): create_index, drop_index - Database (3): get_info, vacuum, integrity_check Configuration: - SQLITE_DB_PATH (required) — Path to your local SQLite database file - SQLITE_TIMEOUT (optional) — Busy timeout in milliseconds (default: 5000) Note: This is a local-only tool. Install via npx to use your own database files.
n8n-Management
MCP server for n8n workflow automation — manage workflows, executions, credentials, tags, and users. Features - Full workflow lifecycle (create, activate, execute, deactivate, delete) - Execution monitoring and debugging (list, inspect, retry, cleanup) - Credential management (create, update, rotate, schema lookup) - Tag-based workflow organization - User management with role control (owner permissions required) 27 Tools Workflows: list, get, create, update, delete, activate, deactivate, execute, get tags, update tags Executions: list, get, delete, retry Credentials: create, update, delete, get schema Tags: list, get, create, update, delete Users: list, get, delete, update role Configuration - N8N_URL — Your n8n instance URL (e.g. https://your-n8n.example.com) - N8N_API_KEY — API key from n8n Settings → API → Create API Key
Airtable
MCP server for Airtable API — manage records, bases, tables, fields, and webhooks. ## Features - Full CRUD for records with filtering, sorting, and pagination - Upsert records (update-or-create by matching fields) - Base and table schema management (create tables, add fields) - Webhook lifecycle (create, list, refresh, payloads, delete) - Batch operations (up to 10 records per request) ## 18 Tools **Records**: list, get, create, update, delete, upsert **Bases & Schema**: list bases, get schema, create base, create table, update table, create field, update field **Webhooks**: create, list, refresh, list payloads, delete ## Configuration - AIRTABLE_PAT — Personal Access Token from https://airtable.com/create/tokens
Gmail
Manage your Gmail inbox � send and read emails, organize with labels, manage drafts and threads, handle attachments, and configure vacation auto-reply through 28 MCP tools. ## Features - Send, read, and search emails with Gmail search syntax - Manage drafts (create, update, send) - Organize with labels (create, update, apply to messages) - Thread-based conversation management - Batch operations for bulk label changes and deletions - Attachment retrieval - Vacation auto-reply settings - Full OAuth 2.0 authentication with refresh tokens ## 28 Tools **Messages (10)**: List, get, send, delete, trash, untrash, modify labels, batch delete, batch modify, get attachment **Drafts (6)**: List, get, create, update, delete, send **Labels (5)**: List, get, create, update, delete **Threads (5)**: List, get, modify labels, trash, untrash **Settings (2)**: Get profile, update vacation auto-reply ## Configuration - `GOOGLE_CLIENT_ID` � OAuth 2.0 Client ID from Google Cloud Console - `GOOGLE_CLIENT_SECRET` � OAuth 2.0 Client Secret - `GOOGLE_REFRESH_TOKEN` � Refresh token with Gmail scope
Similar servers
NodeAPI
Machine-native GIS processing API for AI agents and developers. Convert, reproject, validate, repair, buffer, clip, dissolve, and tile vector geodata across 25 endpoints. Pay-per-use USDC on Solana Mainnet ($0.01/op). No accounts, no API keys. Remote MCP SSE.
astllm-mcp
An MCP server for efficient code indexing and symbol retrieval using tree-sitter AST parsing to fetch specific functions or classes without loading entire files. It significantly reduces AI token costs by providing O(1) byte-offset access to code components across multiple programming languages.
Openterms-mcp
Cryptographic proof of consent for AI agents. Sign before you act. Policy engine enforces spending caps, action whitelists, and escalation rules. Independently verifiable by anyone.
Aegis-ZK
On-chain trust verification for AI agent tools. Agents query skill attestations, audit levels, and risk scores before running third-party MCP servers, so you know what's safe before you execute.
Satoshidata Wallet Intelligence
Bitcoin wallet intelligence for AI agents: labels, risk signals, transactions, fees, and mempool.
HiveAgent — The Agentzon
498 MCP tools across 12 industry verticals. Marketplace, escrow, DeFi, legal, healthcare, insurance, construction, and trades. USDC payments on Base L2.
Indexed from Smithery · Updates nightlyView on Smithery →