From dcd308dd62772f5af06ee180298cafa5f87ed05f Mon Sep 17 00:00:00 2001 From: Rendy Febry Date: Fri, 23 May 2025 10:25:25 +0700 Subject: [PATCH] Add Google PSE/CSE MCP Server (#225) * feat: add google pse/cse server * chore: fix order alphabetically --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f182c3..f74237a 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Google Admin MCP](https://github.com/securityfortech/google-admin-mcp)** – A Model Context Protocol (MCP) server enabling interaction with Google Admin APIs. - **[Google Keep](https://github.com/feuerdev/keep-mcp)** - Read, create, update and delete Google Keep notes. - **[Google News](https://github.com/ChanMeng666/server-google-news)** - Google News search capabilities with automatic topic categorization and multi-language support via SerpAPI integration. +- **[Google PSE/CSE](https://github.com/rendyfebry/google-pse-mcp)** - A Model Context Protocol (MCP) server providing access to Google Programmable Search Engine (PSE) and Custom Search Engine (CSE). - **[Google Search Console](https://github.com/ahonn/mcp-server-gsc)** - A Model Context Protocol (MCP) server providing access to Google Search Console. - **[gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git)** - 🏎️ ☁️ An MCP server application that sends various types of messages to the WeCom group robot. - **[Gru Sandbox](https://github.com/babelcloud/gru-sandbox)** - Gru-sandbox(gbox) is an open source project that provides a self-hostable sandbox for MCP integration or other AI agent usecases.