Token导航 LogoToken导航TokenDH.com
Google Custom Search Engine MCP Server logo
搜索检索stdio官方级别未说明来源级核验

Google Custom Search Engine MCP Server

MCP Server

一个基于Google自定义搜索引擎的MCP服务器,为LLM提供搜索能力,返回搜索结果但不包含内容,需与其他工具结合使用。

工具数

0

提示词数

0

GitHub Stars

42

资源数

0
搜索引擎搜索功能PythonClaudeAPI集成ClaudeCline

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Richard-Weiss

提供方

Richard-Weiss

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install mcp-google-cse

详细介绍

谷歌自定义搜索引擎MCP服务器

使用CSE(自定义搜索引擎)提供搜索功能的模型上下文协议服务器。此服务器使LLM能够提供常规的谷歌搜索词,并返回找到的搜索结果。

该工具只返回结果本身,而不返回内容,该工具应与其他服务器结合使用,如 mcp服务器获取 从搜索结果中提取内容。 您还可以将其与其他工具结合使用,以实现某种“深度搜索”或一般的工具链。

免费配额为每天100次搜索(1次工具调用==1次搜索),如果您不想设置计费,并且这不足以满足您的用例,您应该考虑使用另一台服务器。

](https://smithery.ai/server/@Richard-Weiss/mcp-google-cse)

可用工具

  • google_search -使用搜索词搜索自定义搜索引擎,并返回包含每个结果的标题、链接和片段的结果列表。

- search_term (string,必填):要搜索的搜索词,等于 查询参数 q 在通常的谷歌搜索中。

环境变量

  • API_KEY (必需):自定义搜索引擎的API键。
  • ENGINE_ID (必填):自定义搜索引擎的引擎ID。
  • SERVICE_NAME (必需/可选):服务的名称,如果您没有更改名称,请留空(customsearch)。
  • COUNTRY_REGION (可选):将搜索结果限制为源自特定国家的文档。看 国家参数值 对于有效值。
  • GEOLOCATION (可选,默认“我们”):执行搜索的最终用户的地理位置。看 地理定位参数值 对于有效值。
  • RESULT_LANGUAGE (可选,默认“lang_en”):搜索结果的语言。看 CSE查询参数,lr 对于有效值。
  • RESULT_NUM (可选,默认值为10):要返回的搜索结果数。范围从1到10。

CSE 设置

创建自定义搜索引擎相对容易,完全免费,可以在5分钟内完成。

  1. 首选https://console.cloud.google.com/并创建一个新项目。例如,可以称之为“克劳德CSE”。
  2. 选择项目并在搜索栏中搜索“自定义搜索API”。
  3. 点击搜索结果,然后点击“启用”。
  4. 单击凭据选项卡并创建一个新的API密钥。
  5. 首选https://programmablesearchengine.google.com创建一个新的自定义搜索引擎。
  6. 创建一个新的搜索引擎并为其命名,该名称与SERVICE_name无关。
  7. 如果您想要正常的谷歌搜索体验,请选择“搜索整个网络”。
  8. 点击“创建”并从js代码中复制引擎id,或点击自定义并从概览中获取。
  9. 您可以根据自己的喜好自定义搜索引擎。

使用默认配额,您每天将免费获得100次搜索。一次工具调用只需要1次搜索,即使你得到10个结果。

安装

使用紫外线(推荐)

使用时 uv 不需要特定的安装。我们将 使用 uvx 直接运行 *mcp谷歌cse*.

使用PIP

或者,您可以安装 mcp-google-cse 通过pip:

pip install mcp-google-cse

安装后,您可以使用以下命令将其作为脚本运行:

python -m mcp-google-cse

通过Smithery安装

通过以下方式自动安装谷歌克劳德桌面自定义搜索引擎 史密瑟里:

npx -y @smithery/cli install @Richard-Weiss/mcp-google-cse --client claude

配置

为Claude应用程序配置

添加到您的 claude_desktop_config.json:

使用uvx(如果你不知道该选哪一个,就用这个)

"mcp-google-cse": {
    "command": "uvx",
    "args": ["mcp-google-cse"],
    "env": {
        "API_KEY": "",
        "ENGINE_ID": ""
    }
}

使用pip安装

"mcp-google-cse": {
    "command": "python",
    "args": ["-m", "mcp-google-cse"],
    "env": {
        "API_KEY": "",
        "ENGINE_ID": ""
    }
}

在本地运行

    "mcp-google-cse": {
      "command": "uv",
      "args": [
        "--directory",
        "{{Path to the cloned repo",
        "run",
        "mcp-google-cse"
      ],
      "env": {
        "API_KEY": "",
        "ENGINE_ID": ""
      }
    }

示例结果

google_search(“2024-11-01之后的MCP是什么”) 结果:

[
    {
        "title": "Can someone explain MCP to me? How are you using it? And what ...",
        "link": "https://www.reddit.com/r/ClaudeAI/comments/1h55zxd/can_someone_explain_mcp_to_me_how_are_you_using/",
        "snippet": "Dec 2, 2024 ... Comments Section ... MCP essentially allows you to give Claude access to various external systems. This can be files on your computer, an API, a browser, a ..."
    },
    {
        "title": "Introducing the Model Context Protocol \\ Anthropic",
        "link": "https://www.anthropic.com/news/model-context-protocol",
        "snippet": "Nov 25, 2024 ... The Model Context Protocol (MCP) is an open standard for connecting AI assistants to the systems where data lives, including content repositories, ..."
    },
    {
        "title": "3.5 Sonnet + MCP + Aider = Complete Game Changer : r ...",
        "link": "https://www.reddit.com/r/ChatGPTCoding/comments/1hwn6qd/35_sonnet_mcp_aider_complete_game_changer/",
        "snippet": "Jan 8, 2025 ... Really cool stuff. For those out of the loop here are some MCP servers. You can give your Claude chat (in the desktop version, or in a tool like Cline) ..."
    },
    {
        "title": "Announcing Spring AI MCP: A Java SDK for the Model Context ...",
        "link": "https://spring.io/blog/2024/12/11/spring-ai-mcp-announcement",
        "snippet": "Dec 11, 2024 ... This SDK will enable Java developers to easily connect with an expanding array of AI models and tools while maintaining consistent, reliable integration ..."
    },
    {
        "title": "Implementing a MCP server in Quarkus - Quarkus",
        "link": "https://quarkus.io/blog/mcp-server/",
        "snippet": "6 days ago ... The Model Context Protocol (MCP) is an emerging standard that enables AI models to safely interact with external tools and resources. In this tutorial, I'll ..."
    },
    {
        "title": "mark3labs/mcp-go: A Go implementation of the Model ... - GitHub",
        "link": "https://github.com/mark3labs/mcp-go",
        "snippet": "Dec 18, 2024 ... A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools."
    },
    {
        "title": "MCP enables Claude to Build, Run and Test Web Apps by Looking ...",
        "link": "https://wonderwhy-er.medium.com/mcp-enable-claude-to-build-run-and-test-web-apps-using-screenshots-3ae06aea6c4a",
        "snippet": "Dec 18, 2024 ... How to Replicate My Experiment on Your Machine. If you're ready to dive into setting up MCP for Claude, follow these steps: ... 2. Download the Project: ... 3."
    },
    {
        "title": "MCP definition and meaning | Collins English Dictionary",
        "link": "https://www.collinsdictionary.com/dictionary/english/mcp",
        "snippet": "2 days ago ... 2 meanings: male chauvinist pig → informal, derogatory a man who exhibits male chauvinism Abbreviation: MCP.... Click for more definitions."
    },
    {
        "title": "What is Anthropic's New MCP Standard and How Can It Improve ...",
        "link": "https://dappier.medium.com/what-is-anthropics-new-mcp-standard-and-how-can-it-improve-your-ai-agent-be6f6c72eb6a",
        "snippet": "Nov 26, 2024 ... Anthropic has released a new protocol, MCP, for connecting AI agents to data sets. This blog explores when and why developers might use MCP to improve their ..."
    },
    {
        "title": "Mostafa Gharib on LinkedIn: What is MCP and how it works",
        "link": "https://www.linkedin.com/posts/mostafa-gharib_what-is-mcp-and-how-it-works-activity-7274301560594026497-p_yq",
        "snippet": "Dec 15, 2024 ... ... MCP Host can use. (Bonus: SDKs in Python and TypeScript make it easy to build these servers!) 2️⃣ MCP Clients These interact with MCP Servers via the protocol."
    }
]

目录标签

目录标签

搜索引擎搜索功能PythonClaudeAPI集成本地部署MCP服务器LLM工具

支持客户端

ClaudeCline

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP