🌐
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.
Discussions

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
🌐 r/mcp
14
5
June 30, 2025
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
🌐 r/mcp
5
5
February 4, 2025
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
🌐 r/mcp
10
3
March 18, 2025
Fully Featured AI Coding Agent as MCP Server
ELI5, how is this different than Cline or Roo? More on reddit.com
🌐 r/ClaudeAI
195
269
April 2, 2025
🌐
Google
developers.google.com › google analytics › try the google analytics mcp server
Try the Google Analytics MCP server | Google for Developers
September 16, 2025 - The Google Analytics Model Context Protocol (MCP) server lets you connect your Analytics data to an LLM, like Gemini.
🌐
Medium
medium.com › @joe.njenga › these-9-google-mcp-servers-will-take-your-automated-workflow-to-the-next-level-3b3f190aa713
These 9 Google MCP Servers Will Take Your Automated Workflow (To The Next Level) | by Joe Njenga | Medium
July 21, 2025 - MCP servers are designed to connect Google products, such as Google Sheets, to your LLM, like Claude, and simplify most tasks that require time, allowing you to focus on business or more creative tasks.
🌐
Coupler.io Blog
blog.coupler.io › home › how to analyse ga4 data with ai: 3 practical approaches compared
Analyze GA4 with AI: Google MCP Server vs. AI Integrations | Coupler.io Blog
2 days ago - Google Analytics MCP – Google’s official Model Context Protocol server enabling AI models to query GA4 data directly
🌐
Google Cloud
cloud.google.com › blog › topics › developers-practitioners › build-and-deploy-a-remote-mcp-server-to-google-cloud-run-in-under-10-minutes
Build and Deploy a Remote MCP Server to Google Cloud Run in Under 10 Minutes | Google Cloud Blog
June 17, 2025 - Learn how to quickly build and deploy a remote Model Context Protocol (MCP) server to Google Cloud Run, enabling secure and scalable integration of external context with Large Language Models (LLMs).
🌐
Google Developers
developers.googleblog.com › google for developers blog › introducing the data commons model context protocol (mcp) server: streamlining public data access for ai developers
Introducing the Data Commons Model Context Protocol (MCP) Server: Streamlining Public Data Access for AI Developers - Google Developers Blog
September 24, 2025 - Data Commons MCP Server is designed for seamless integration into agent development workflows. Here, prompted by a single query in the Gemini CLI client, an AI agent systematically fetches information across many of Data Commons’ complex datasets.
🌐
Cloud Wars
cloudwars.com › home › google launches unified mcp support across its services
MCP is now fully integrated with Google Cloud, enabling AI agents to access unified services from Maps to BigQuery without complex multi-endpoint navigation.
3 days ago - Now, Google has announced the launch of fully managed remote MCP servers that will provide a “unified layer across all Google and Google Cloud services.”
Find elsewhere
🌐
Chrome Developers
developer.chrome.com › blog › chrome devtools (mcp) for your ai agent
Chrome DevTools (MCP) for your AI agent | Blog | Chrome for Developers
The Model Context Protocol (MCP) is an open-source standard for connecting large language models (LLMs) to external tools and data sources. The Chrome DevTools MCP server adds debugging capabilities to your AI agent.
🌐
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 ...
🌐
LobeHub
lobehub.com › mcp › pbulbule13-google-mcp-server
Google Workspace MCP Server | MCP Servers · LobeHub
1 week ago - A comprehensive Model Context Protocol (MCP) server for Google Workspace integration with Claude Desktop. Provides 109 tools for Gmail, Calendar, Sheets, Docs, Drive, plus local storage and personal memory system.
🌐
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.
🌐
TechCrunch
techcrunch.com › home › google launches managed mcp servers that let ai agents simply plug into its tools
Google launches managed MCP servers that let AI agents simply plug into its tools | TechCrunch
2 weeks ago - Google is rolling out managed MCP servers to make its services “agent-ready by design,” starting with Maps and BigQuery, aiming to simplify messy integrations and help AI agents use real tools.
🌐
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?

🌐
Medium
medium.com › google-cloud › tutorial-getting-started-with-google-mcp-services-60b23b22a0e7
Tutorial : Getting Started with Google MCP Services | by Romin Irani | Google Cloud - Community | Dec, 2025 | Medium
1 week ago - Welcome to the tutorial on Google MCP Services, a set of fully-managed remote MCP Servers that span across various Google and Google Cloud
🌐
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%