For an MCP server for Google Drive integration, the first results are modelcontextprotocol/servers (This repository is the official collection of reference implementations for the Model Context Protocol, including a dedicated Google Drive server that provides the exact file management, search, and authentication capabilities required for AI agent integration), beehiveinnovations/pal-mcp-server (This repository is a Model Context Protocol server designed for multi-agent orchestration and external tool integration, though it lacks specific, built-in support for Google Drive file management) and mark3labs/mcp-go (This repository is a Go SDK and framework for building MCP servers rather than a pre-built Google Drive integration, meaning you would use it as a building block to develop the specific server you are looking for). jpisnice/shadcn-ui-mcp-server and oauthjs/node-oauth2-server round out the shortlist. Compare the match explanations and check the project documentation against your requirements.
We curate open-source GitHub repositories matching “best google drive mcp servers”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.
The Model Context Protocol is a standardized communication framework designed to connect language models to external data sources, functional tools, and interactive user interfaces. It provides a vendor-neutral interface layer that enables AI hosts to discover and execute capabilities across heterogeneous service environments, using a JSON-RPC based messaging standard to facilitate bidirectional communication between clients and servers. The protocol distinguishes itself through a robust capability-based handshake that negotiates feature sets during session initialization, ensuring compatibil
This repository is the official collection of reference implementations for the Model Context Protocol, including a dedicated Google Drive server that provides the exact file management, search, and authentication capabilities required for AI agent integration.
This project functions as a Model Context Protocol server and a multi-agent orchestration framework designed to bridge large language models with external data sources and specialized engineering tools. It provides a structured environment for automating software development workflows, enabling models to interact directly with codebases and remote services to perform complex tasks. The system distinguishes itself through a multi-agent orchestration layer that coordinates autonomous assistants to manage shared objectives and multi-step workflows. By utilizing structured task decomposition and
This repository is a Model Context Protocol server designed for multi-agent orchestration and external tool integration, though it lacks specific, built-in support for Google Drive file management.
mcp-go is a Go implementation of the Model Context Protocol (MCP) providing an SDK and framework for building servers that connect large language model applications to external tools and data sources. It serves as a developer kit for implementing bidirectional communication and structured data exchange between AI clients and servers. The framework enables the creation of executable tools with structured output schemas, reusable prompt templates, and data resource exposure via URI templates. It supports multiple transport layers, including stdio, HTTP, and Server-Sent Events, using a transport
This repository is a Go SDK and framework for building MCP servers rather than a pre-built Google Drive integration, meaning you would use it as a building block to develop the specific server you are looking for.
This project is a Model Context Protocol server designed to bridge the gap between local frontend component libraries and language models. It functions as a development assistant that provides AI tools with the structural context, dependency requirements, and installation patterns necessary to generate accurate, framework-specific UI code. The server distinguishes itself by utilizing schema-driven metadata extraction and static file system analysis to interpret component structures without requiring runtime execution. By decoupling component definitions from specific UI libraries, it supports
This is an MCP server, but it is purpose-built for frontend component library integration and UI code generation rather than providing the Google Drive file management capabilities you requested.
node-oauth2-server is an OAuth2 server implementation for Node.js that functions as an authorization provider. It enables the creation of a centralized server to manage client registration and issue access tokens for third-party applications using the OAuth2 protocol. The project operates as Node.js middleware, integrating authorization logic directly into web application request pipelines. It provides a bearer token validator to verify identity and permissions by checking security tokens within incoming HTTP request headers. The system covers API access control, token management, and user a
This repository is an OAuth2 server framework for managing authentication, which is a building block for securing an MCP server but does not provide the Google Drive integration or file management capabilities required to function as an MCP server itself.
qmd is a local semantic search engine and RAG knowledge base indexer that functions as a Model Context Protocol server. It converts local documents, markdown files, and codebases into a searchable database to provide retrieval augmented generation capabilities for AI agents. The system exposes its search and retrieval tools via stdio or HTTP. It utilizes local model files for embeddings and reranking, supporting query expansion across multiple languages. The project employs abstract syntax tree based chunking to split source code at function and class boundaries. It implements hybrid vector-
This repository is a Model Context Protocol server designed for local semantic search and RAG, but it lacks the specific Google Drive integration required to access and manage cloud-based files.
This project is a Model Context Protocol server that functions as an automation tool for 3D design software. It acts as a bridge between creative applications and external intelligence agents, enabling users to manipulate geometry, materials, and lighting through natural language instructions. The tool distinguishes itself by providing a standardized interface for remote command execution and scene data exchange. By utilizing a protocol-based communication layer, it allows external models to query viewport status and object properties, facilitating automated decision-making and real-time scen
This is a Model Context Protocol server, but it is specifically designed for 3D design automation and geometry manipulation rather than providing the requested integration with Google Drive.
fastmcp is a Python library and framework for building servers and clients that implement the Model Context Protocol. It serves as a tool integration library designed to connect large language models to external tools and data sources. The framework features an interactive tool user interface renderer, which allows for the display of visual interfaces for tools directly within a conversational flow. It also provides a library for automatically generating schemas and validation for tools used by language models. The project covers server and client development, including tool and resource exp
This is a framework for building Model Context Protocol servers rather than a pre-built server implementation that provides specific integration with Google Drive.
MemMachine is a centralized memory management server and model-agnostic memory layer for large language models. It functions as a persistence layer that stores user profiles and conversational context, providing a decoupled data store that prevents vendor lock-in by serving different AI models through a consistent API. The system implements the Model Context Protocol to share persistent agent memories and session data with compatible AI clients. It utilizes a multi-tiered memory hierarchy, combining a graph-based conversation store for episodic interactions with a vector knowledge base for se
This repository is a memory management and persistence layer for AI agents rather than a specialized integration server for Google Drive file access and management.
mcp-use is a development framework designed for building, deploying, and managing servers, clients, and autonomous agents using the Model Context Protocol. It provides a comprehensive toolkit for creating servers that expose custom tools, data resources, and prompts to compatible AI agents. The project distinguishes itself by offering a complete lifecycle for protocol-based applications, including a dedicated hosting platform for production servers and a compliance validator to ensure servers meet marketplace publishing requirements. It also features an observability suite for tracing protoco
This is a development framework and hosting platform for building and managing MCP servers, rather than a pre-built Google Drive integration server itself.
This project is a comprehensive suite of AI tools and frameworks, featuring an LLM multi-agent orchestrator, an autonomous agent runtime, and a stateful application framework. It provides the infrastructure to build and manage specialized AI agents capable of coordinating complex tasks through graph-based workflows and shared state. The system is distinguished by its implementation of the Model Context Protocol, allowing for standardized resource discovery and communication between AI clients and servers. It further includes an AI-powered documentation generator designed to analyze source cod
This repository is an AI agent orchestration framework that implements the Model Context Protocol, but it does not provide a specific server for Google Drive integration or file management.
The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface and a transport proxy to discover, inspect, and execute the tools, prompts, and resources provided by an MCP server. The project serves as a debugger and compliance tester to verify that server implementations adhere to the protocol specification and JSON-RPC standards. It allows for real-time monitoring of message exchanges and logs between clients and servers across various transport layers, such as standard input/output and Server-Sent Events. The tool covers a broad rang
This repository is a diagnostic and debugging tool for testing MCP servers rather than an MCP server implementation that provides integration with Google Drive.
| Repository | Stars | Language | License | Last push |
|---|---|---|---|---|
| modelcontextprotocol/servers | 87.3K | TypeScript | NOASSERTION | |
| beehiveinnovations/pal-mcp-server | 11.6K | Python | NOASSERTION | |
| 8.8K |
| Go |
| MIT |
| jpisnice/shadcn-ui-mcp-server | 2.8K | TypeScript | MIT |
| oauthjs/node-oauth2-server | 4.1K | JavaScript | MIT |
| tobi/qmd | 9.5K | TypeScript | mit |
| ahujasid/blender-mcp | 17.2K | Python | mit |
| jlowin/fastmcp | 25.7K | Python | Apache-2.0 |
| memmachine/memmachine | 4.6K | Python | apache-2.0 |
| mcp-use/mcp-use | 10.1K | TypeScript | MIT |