Google Cloud
cloud.google.com › blog › products › ai-machine-learning › announcing-official-mcp-support-for-google-services
Announcing official MCP support for Google services | Google Cloud Blog
2 weeks ago - Today we’re announcing the release of fully-managed, remote MCP servers. Google’s existing API infrastructure is now enhanced to support MCP, providing a unified layer across all Google and Google Cloud services.
Google
google.github.io › adk-docs › tools › mcp-tools
MCP tools - Agent Development Kit - Google
You're being redirected to a new destination
Wondering if there exists good mcp servers for google products. Such as sheets, docs, tasks , calendar etc. ?
There's https://github.com/taylorwilsdon/google_workspace_mcp I recently forked this base to fastmcp2: All tests passing for ~60 tools: https://github.com/dipseth/google_workspace_fastmcp2 More on reddit.com
I "vibe-coded" an MCP server to integrate with google tasks
Congrats. Gotta hate Google for this horrific on-boarding though. I think you could skip the code copy/pasting by having the http server forward the code to your oauth2Client instance directly? PS: In my own MCP server I do auth out-of-band (from the shell), but I guess doing it from the chat like you do could work for me as well? In my MCP clients I'm relying on pretty small LLM, I'm not sure they can copy-paste URLs with token fine More on reddit.com
Google Workspace MCP Server Feature Request
i tried multiple google workspace servers but none of them works and i feel confused More on reddit.com
Fully Featured AI Coding Agent as MCP Server
ELI5, how is this different than Cline or Roo? More on reddit.com
Videos
04:41
Google's MCP Announcement is kinda a Big Deal - YouTube
09:54
Build Your First MCP Server with Google Maps & VS Code | MCP Beginner ...
08:37
Google Analytics MCP Setup Tutorial - YouTube
27:58
5 MCP Servers That Make Claude Code 10x More Powerful (Full-Stack ...
r/mcp on Reddit: Google Workspace MCP - now with 1-click DXT ...
Google Cloud
cloud.google.com › discover › what-is-model-context-protocol
What is Model Context Protocol (MCP)? A guide | Google Cloud
Server-sent events (SSE): Preferred for remote resources, allowing efficient, real-time data streaming · At its core, the Model Context Protocol allows an LLM to request help from external tools to answer a query or complete a task. Imagine you ask an AI assistant: "Find the latest sales report in our database and email it to my manager." Here is a simplified look at how MCP ...
Firebase
firebase.google.com › documentation › develop with ai assistance › firebase mcp server
Firebase MCP server | Develop with AI assistance
November 18, 2025 - A guide to using the Firebase MCP server to give AI-powered development tools the ability to work with your Firebase projects and your app's codebase.
Google
docs.cloud.google.com › developer tools › google cloud mcp servers › google cloud mcp servers overview
Google Cloud MCP servers overview | Google Cloud Documentation
1 week ago - In addition to offering remote MCP servers, Google Cloud offers several solutions for publishing your own MCP servers. Users connect to published MCP servers over HTTP and can authenticate and interact with them according to the MCP specification.
GitHub
github.com › google › mcp
GitHub - google/mcp: 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.
Starred by 2.6K users
Forked by 261 users
Google
google.github.io › adk-docs › tools-custom › mcp-tools
MCP tools - Agent Development Kit
You should see the agent interacting with the MCP file system server, and the server's responses (file listings, file content) relayed through the agent. The adk web console (terminal where you ran the command) might also show logs from the npx process if it outputs to stderr. For Java, refer to the following sample to define an agent that initializes the McpToolset: package agents; import com.google.adk.JsonBaseModel; import com.google.adk.agents.LlmAgent; import com.google.adk.agents.RunConfig; import com.google.adk.runner.InMemoryRunner; import com.google.adk.tools.mcp.McpTool; import com.g
Google
docs.cloud.google.com › application hosting › cloud run › host mcp servers on cloud run
Host MCP servers on Cloud Run | Google Cloud Documentation
To deploy an MCP server packaged as a container image, you need to have the URL of the container image and the port on which it expects to receive requests. These can be deployed using the following gcloud CLI command: ... IMAGE_URL with the container image URL, for example us-docker.pkg.dev/cloudrun/container/mcp.
Reddit
reddit.com › r/mcp › wondering if there exists good mcp servers for google products. such as sheets, docs, tasks , calendar etc. ?
r/mcp on Reddit: Wondering if there exists good mcp servers for google products. Such as sheets, docs, tasks , calendar etc. ?
June 30, 2025 -
Hi!
I am using google ADK which is going pretty well. I have gotten several MCP servers working and they are really impressive! Someone tipped me about using zapier and saw all of those google services mcp implementations over there.
When I searched other MCP listings
e.g. :
# https://github.com/modelcontextprotocol/servers
# https://smithery.ai/
I could only find gmail and google drive. And i did get gmail MCP working (not the zapier version).
I am not sure , but i wonder if perhaps google doc and sheets are part of the google drive mcp server?
GitHub
github.com › googleapis › gcloud-mcp
GitHub - googleapis/gcloud-mcp: gcloud MCP server
The gcloud Model Context Protocol (MCP) server enables AI assistants to easily interact with the Google Cloud environment using the gcloud CLI.
Starred by 581 users
Forked by 52 users
Languages TypeScript 95.6% | JavaScript 3.6% | Go 0.8%