brkt-gdrive-mcp
Provides semantic search over Google Drive documents, listing indexed documents with metadata, and retrieving full text content of documents by ID.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@brkt-gdrive-mcpsearch my drive for documents about the new marketing strategy"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
brkt-gdrive-mcp
MCP server for semantic search over your Google Drive documents. Works with Claude Desktop, Cursor, and other MCP-compatible AI tools.
Setup
Get an API key at brkt-gdrive-mcp.vercel.app
Sign up and connect your Google Drive
Sync your documents
Generate an API key
Configure your MCP client
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gdrive-search": {
"command": "npx",
"args": ["github:tone-row/brkt-gdrive-mcp"],
"env": {
"GDRIVE_API_KEY": "your-api-key-here"
}
}
}
}Cursor
Add to your MCP settings:
{
"mcpServers": {
"gdrive-search": {
"command": "npx",
"args": ["github:tone-row/brkt-gdrive-mcp"],
"env": {
"GDRIVE_API_KEY": "your-api-key-here"
}
}
}
}Related MCP server: Document QA MCP Server
Available Tools
Tool | Description |
| Semantic search over your Google Drive documents |
| List all indexed documents with metadata |
| Get full text content of a document by ID |
Repository Structure
brkt-gdrive-mcp/
├── bin/mcp.js # MCP server (this package)
├── www/ # Web app (brkt-gdrive-mcp.vercel.app)
└── package.json # MCP package manifestLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
The Needle MCP server enables semantic search on documents stored in files like PDFs, DOCX, and XLSX by connecting AI applications to external data sources. It provides capabilities to create and manage document collections, perform natural language searches on stored content, and retrieve relevant information without requiring exact keyword matches.
DocBase MCP server for AI agents
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA server that provides a Machine Control Protocol (MCP) interface to search, access, and interact with Google Drive files and folders, enabling AI assistants to work with Google Drive content.8MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables users to query documents from Google Drive using AI assistance, providing tools for searching vector databases and generating answers based on document content.-
- AlicenseAqualityBmaintenanceAn MCP server that enables LLMs to search, fetch, and act on Google Workspace (Drive, Gmail, Docs, Sheets, etc.) with rich, one-call results and file deposits to disk, reducing context usage.3MIT
- AlicenseAqualityBmaintenanceA local MCP server that enables LLMs to securely search and read files within designated Google Drive folders. Supports Google Docs, Google Sheets, PDFs, and plain text with strict folder-scoping via service account authentication.4MIT