A
securityA
licenseA
qualityA Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.
Last updated -
1
7
TypeScript
MIT License
Provides Google Search functionality via Serper API, allowing access to search results with support for customizing location, language, time period, and number of results.
通过 Serper 提供 Google 搜索的模型上下文协议 (MCP) 服务器。该服务器使 LLM 能够从 Google 获取搜索结果信息。
google_search
- 获取搜索结果。q
(字符串):要搜索的查询gl
(字符串):要搜索的国家/地区,例如美国、英国、加拿大、澳大利亚等。location
(字符串):要搜索的位置,例如美国加利福尼亚州旧金山hl
(字符串):要搜索的语言,例如 en、es、fr、de 等。tbs
(字符串):要搜索的时间段,例如 d、w、m、ynum
(整数):返回的结果数,最大值为 100(默认值:10)page
(整数):要返回的页码,第一页为 1(默认值:1)uv
(推荐)uv
。claude_desktop_config.json
)中添加serper
mcp 服务器:uv
将使用uvx
从pypi.org自动下载 mcp 服务器并应用到您的 MCP 客户端。pip
进行项目serper-mcp-server
添加到您的 MCP 客户端代码requirements.txt
文件中。pip
进行全局使用pip
或pip3
在您的操作系统中。serper
mcp 服务器:您可以使用 MCP 检查器来调试服务器。对于uvx
安装:
或者,如果您已将软件包安装在特定目录中或正在其上进行开发:
serper-mcp-server 采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详细信息,请参阅项目仓库中的 LICENSE 文件。
This server cannot be installed
模型上下文协议服务器使 LLM 能够通过 Serper API 执行 Google 搜索,从而允许模型从网络检索当前信息。