Skip to main content
Glama
tone-row

brkt-gdrive-mcp

by tone-row

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

  1. Get an API key at brkt-gdrive-mcp.vercel.app

    • Sign up and connect your Google Drive

    • Sync your documents

    • Generate an API key

  2. 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

search

Semantic search over your Google Drive documents

list_documents

List all indexed documents with metadata

expand_document

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 manifest

License

MIT

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    An 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.
    Last updated
  • A
    license
    A
    quality
    B
    maintenance
    A 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.
    Last updated
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • Local-first RAG engine with MCP server for AI agent integration.

  • MCP server for Google search results via SERP API

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tone-row/brkt-gdrive-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server