From 03cb64a4e988344a757c4342266e446b0e7ae933 Mon Sep 17 00:00:00 2001 From: leonardosepulvedat Date: Mon, 24 Nov 2025 06:17:54 -0500 Subject: [PATCH 1/4] Add Google Analytics 4 to Community Servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40053069d6..dc5739ab66 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ Official integrations are maintained by companies building production ready MCP - gNucleus Logo **[gNucleus Text-To-CAD](https://github.com/gNucleus/text-to-cad-mcp)** - Generate CAD parts and assemblies from text using gNucleus AI models. - GoLogin Logo **[GoLogin MCP server](https://github.com/gologinapp/gologin-mcp)** - Manage your GoLogin browser profiles and automation directly through AI conversations! - Google Cloud Logo **[Google Cloud Run](https://github.com/GoogleCloudPlatform/cloud-run-mcp)** - Deploy code to Google Cloud Run +- Google Analytics Logo **[Google Analytics 4](https://github.com/gomakers-ai/mcp-google-analytics)** - MCP server for Google Analytics Data API and Measurement Protocol to read reports and send events. - Google Maps Platform Logo **[Google Maps Platform Code Assist](https://github.com/googlemaps/platform-ai/tree/main/packages/code-assist)** - Ground agents on fresh, official documentation and code samples for optimal geo-related guidance and code.. - gotoHuman Logo **[gotoHuman](https://github.com/gotohuman/gotohuman-mcp-server)** - Human-in-the-loop platform - Allow AI agents and automations to send requests for approval to your [gotoHuman](https://www.gotohuman.com) inbox. - Grafana Logo **[Grafana](https://github.com/grafana/mcp-grafana)** - Search dashboards, investigate incidents and query datasources in your Grafana instance From f6686fe0ceebf28e1af47e5324b9e6584adf8767 Mon Sep 17 00:00:00 2001 From: leonardosepulvedat Date: Tue, 25 Nov 2025 22:19:49 -0500 Subject: [PATCH 2/4] Move Google Analytics 4 to Community Servers section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc5739ab66..47f7c2e255 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ Official integrations are maintained by companies building production ready MCP - gNucleus Logo **[gNucleus Text-To-CAD](https://github.com/gNucleus/text-to-cad-mcp)** - Generate CAD parts and assemblies from text using gNucleus AI models. - GoLogin Logo **[GoLogin MCP server](https://github.com/gologinapp/gologin-mcp)** - Manage your GoLogin browser profiles and automation directly through AI conversations! - Google Cloud Logo **[Google Cloud Run](https://github.com/GoogleCloudPlatform/cloud-run-mcp)** - Deploy code to Google Cloud Run -- Google Analytics Logo **[Google Analytics 4](https://github.com/gomakers-ai/mcp-google-analytics)** - MCP server for Google Analytics Data API and Measurement Protocol to read reports and send events. + - Google Maps Platform Logo **[Google Maps Platform Code Assist](https://github.com/googlemaps/platform-ai/tree/main/packages/code-assist)** - Ground agents on fresh, official documentation and code samples for optimal geo-related guidance and code.. - gotoHuman Logo **[gotoHuman](https://github.com/gotohuman/gotohuman-mcp-server)** - Human-in-the-loop platform - Allow AI agents and automations to send requests for approval to your [gotoHuman](https://www.gotohuman.com) inbox. - Grafana Logo **[Grafana](https://github.com/grafana/mcp-grafana)** - Search dashboards, investigate incidents and query datasources in your Grafana instance @@ -839,6 +839,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Goodnews](https://github.com/VectorInstitute/mcp-goodnews)** - A simple MCP server that delivers curated positive and uplifting news stories. - **[Google Ads](https://github.com/gomarble-ai/google-ads-mcp-server)** - MCP server acting as an interface to the Google Ads, enabling programmatic access to Facebook Ads data and management features. - **[Google Analytics](https://github.com/surendranb/google-analytics-mcp)** - Google Analytics MCP Server to bring data across 200+ dimensions & metrics for LLMs to analyse. +- **[Google Analytics 4](https://github.com/gomakers-ai/mcp-google-analytics)** - MCP server for Google Analytics Data API and Measurement Protocol to read reports and send events. - **[Google Calendar](https://github.com/v-3/google-calendar)** - Integration with Google Calendar to check schedules, find time, and add/delete events - **[Google Calendar](https://github.com/nspady/google-calendar-mcp)** - Google Calendar MCP Server for managing Google calendar events. Also supports searching for events by attributes like title and location. - **[Google Custom Search](https://github.com/adenot/mcp-google-search)** - Provides Google Search results via the Google Custom Search API From 997876da7d581394c37b5571376de0612b2c657b Mon Sep 17 00:00:00 2001 From: leonardosepulvedat Date: Wed, 26 Nov 2025 09:10:10 -0500 Subject: [PATCH 3/4] Remove extra blank line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 47f7c2e255..f1d96965ed 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,6 @@ Official integrations are maintained by companies building production ready MCP - gNucleus Logo **[gNucleus Text-To-CAD](https://github.com/gNucleus/text-to-cad-mcp)** - Generate CAD parts and assemblies from text using gNucleus AI models. - GoLogin Logo **[GoLogin MCP server](https://github.com/gologinapp/gologin-mcp)** - Manage your GoLogin browser profiles and automation directly through AI conversations! - Google Cloud Logo **[Google Cloud Run](https://github.com/GoogleCloudPlatform/cloud-run-mcp)** - Deploy code to Google Cloud Run - - Google Maps Platform Logo **[Google Maps Platform Code Assist](https://github.com/googlemaps/platform-ai/tree/main/packages/code-assist)** - Ground agents on fresh, official documentation and code samples for optimal geo-related guidance and code.. - gotoHuman Logo **[gotoHuman](https://github.com/gotohuman/gotohuman-mcp-server)** - Human-in-the-loop platform - Allow AI agents and automations to send requests for approval to your [gotoHuman](https://www.gotohuman.com) inbox. - Grafana Logo **[Grafana](https://github.com/grafana/mcp-grafana)** - Search dashboards, investigate incidents and query datasources in your Grafana instance From de6168f4385a2a35e9cebc8749bb09548fcc929f Mon Sep 17 00:00:00 2001 From: leonardosepulvedat Date: Tue, 9 Dec 2025 07:57:26 -0500 Subject: [PATCH 4/4] Add VTEX MCP Server to community servers - Complete VTEX e-commerce API integration - 159 tools covering 17 major VTEX APIs - Catalog, pricing, inventory, orders, marketplace, checkout - Customer data, search, reviews, payments and more - Published on npm as mcp-vtex - Repository: https://github.com/leosepulveda/mcp-vtex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1d96965ed..2ba4fdc737 100644 --- a/README.md +++ b/README.md @@ -1368,6 +1368,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[VoiceMode](https://github.com/mbailey/voicemode)** - Enable voice conversations with Claude using any OpenAI-compatible STT/TTS service [getvoicemode.com](https://getvoicemode.com/) - **[VolcEngine TOS](https://github.com/dinghuazhou/sample-mcp-server-tos)** - A sample MCP server for VolcEngine TOS that flexibly get objects from TOS. - **[Voyp](https://github.com/paulotaylor/voyp-mcp)** - VOYP MCP server for making calls using Artificial Intelligence. +- **[VTEX](https://github.com/leosepulveda/mcp-vtex)** - Complete VTEX e-commerce API integration with 159 tools covering catalog management, pricing, inventory, orders, marketplace operations, checkout, customer data, search, reviews, payments, and 17 major VTEX APIs. - **[vscode-ai-model-detector](https://github.com/thisis-romar/vscode-ai-model-detector)** - Real-time AI model detection for VS Code Copilot with 100% accuracy. Enables proper git attribution by identifying active models (Claude, GPT, Gemini) via Chat Participant API. - **[vulnicheck](https://github.com/andrasfe/vulnicheck)** - Real-time Python package vulnerability scanner that checks dependencies against OSV and NVD databases, providing comprehensive security analysis with CVE details, lock file support, and actionable upgrade recommendations. - **[Wanaku MCP Router](https://github.com/wanaku-ai/wanaku/)** - The Wanaku MCP Router is a SSE-based MCP server that provides an extensible routing engine that allows integrating your enterprise systems with AI agents.