MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP resources and examples.

创建于 12/5/2025
更新于 10 days ago
Repository documentation and setup instructions

google/mcp

This repository contains a list of Google's official Model Context Protocol (MCP) servers, guidance on how to deploy MCP servers to Google Cloud, and examples to get started.

⚡ Google MCP Servers

Remote MCP servers

These remote MCP servers are managed by Google, and are available via endpoint. This list will be kept up-to-date as more remote servers become available.

Open-source MCP servers

You can run these open-source MCP servers locally, or deploy them to Google Cloud (see below).

💻 Examples

  • Launch My Bakery (/examples/launchmybakery): A sample agent built with Agent Development Kit (ADK) that uses remote MCP servers for Google Maps and BigQuery.

📙 Resources

Run an MCP server in Google Cloud

🤝 Contributing

We welcome contributions to this repository, including bug reports, feature requests, documentation improvements, and code contributions. Please see our Contributing Guidelines to get started.

📃 License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Disclaimers

This is not an officially supported Google product. This project is intended for demonstration purposes only.

This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/google/mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "google-mcp": { "command": "git", "args": [ "clone", "https://github.com/google/mcp" ] } } }