awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Best Google Drive MCP Servers

Ranking updated Jul 13, 2026

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.

Best Google Drive MCP Servers

Find the best repos with AI.We'll search the best matching repositories with AI.
  • modelcontextprotocol/serversmodelcontextprotocol avatar

    modelcontextprotocol/servers

    87,320View on GitHub↗

    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.

    TypeScriptFile System Access
    View on GitHub↗87,320
  • beehiveinnovations/pal-mcp-serverBeehiveInnovations avatar

    BeehiveInnovations/pal-mcp-server

    11,605View on GitHub↗

    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.

    PythonModel Context Protocol Servers
    View on GitHub↗11,605
  • mark3labs/mcp-gomark3labs avatar

    mark3labs/mcp-go

    8,806View on GitHub↗

    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.

    GoModel Context ProtocolMCP ServersModel Context Protocol Implementations
    View on GitHub↗8,806
  • jpisnice/shadcn-ui-mcp-serverJpisnice avatar

    Jpisnice/shadcn-ui-mcp-server

    2,803View on GitHub↗

    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.

    TypeScriptMCP ServersModel Context Protocol ImplementationsModel Context Protocol Servers
    View on GitHub↗2,803
  • oauthjs/node-oauth2-serveroauthjs avatar

    oauthjs/node-oauth2-server

    4,067View on GitHub↗

    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.

    JavaScriptOAuth2 ImplementationsOAuth2 Providers
    View on GitHub↗4,067
  • tobi/qmdtobi avatar

    tobi/qmd

    9,498View on GitHub↗

    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.

    TypeScriptModel Context ProtocolMCP ServersModel Context Protocol Servers
    View on GitHub↗9,498
  • ahujasid/blender-mcpahujasid avatar

    ahujasid/blender-mcp

    17,168View on GitHub↗

    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.

    PythonModel Context ProtocolModel Context Protocol Servers
    View on GitHub↗17,168
  • jlowin/fastmcpjlowin avatar

    jlowin/fastmcp

    25,670View on GitHub↗

    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.

    PythonModel Context Protocol ImplementationsModel Context Protocol Servers
    View on GitHub↗25,670
  • memmachine/memmachineMemMachine avatar

    MemMachine/MemMachine

    4,607View on GitHub↗

    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.

    PythonMCP ServersModel Context Protocol ImplementationsModel Context Protocol Servers
    View on GitHub↗4,607
  • mcp-use/mcp-usemcp-use avatar

    mcp-use/mcp-use

    10,137View on GitHub↗

    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.

    TypeScriptModel Context ProtocolMCP ServersModel Context Protocol Servers
    View on GitHub↗10,137
  • the-pocket/pocketflow-tutorial-codebase-knowledgeThe-Pocket avatar

    The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge

    12,396View on GitHub↗

    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.

    PythonModel Context ProtocolModel Context Protocol ImplementationsModel Context Protocol Servers
    View on GitHub↗12,396
  • modelcontextprotocol/inspectormodelcontextprotocol avatar

    modelcontextprotocol/inspector

    8,721View on GitHub↗

    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.

    TypeScriptModel Context ProtocolMCP ServersModel Context Protocol Implementations
    View on GitHub↗8,721
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
modelcontextprotocol/servers87.3KTypeScriptNOASSERTIONJun 7, 2026
beehiveinnovations/pal-mcp-server11.6KPythonNOASSERTIONDec 15, 2025
mark3labs/mcp-go
8.8K
Go
MIT
Jun 16, 2026
jpisnice/shadcn-ui-mcp-server2.8KTypeScriptMITMay 16, 2026
oauthjs/node-oauth2-server4.1KJavaScriptMITAug 11, 2023
tobi/qmd9.5KTypeScriptmitFeb 19, 2026
ahujasid/blender-mcp17.2KPythonmitJan 23, 2026
jlowin/fastmcp25.7KPythonApache-2.0Jun 6, 2026
memmachine/memmachine4.6KPythonapache-2.0Feb 19, 2026
mcp-use/mcp-use10.1KTypeScriptMITJun 23, 2026

Related searches

  • a filesystem server for MCP integration
  • a self hosted alternative to Google Drive
  • an MCP server for connecting Obsidian notes
  • a directory of ready-made MCP servers
  • a Cloudflare MCP server for AI agents
  • an implementation of a Model Context Protocol server
  • an MCP server for connecting to Notion
  • an MCP server for connecting AI tools