W

web-search无需 API 密钥即可实现基于 Google 搜索的网页搜索

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

网页搜索是一款 Model Context Protocol (MCP) 服务器,该服务器提供基于 Google 搜索结果的免费网页搜索,无需 API 密钥即可使用。该工具允许用户使用 Google 搜索结果搜索网页,并以标题、URL 和描述的形式返回结构化结果。尽管有某些限制值得注意,比如限制搜索率、结果准确度以及遵守 Google terms of service 的法律考虑,但该工具仍有其使用价值。该工具要求 npm 和基本的 MCP 安装才能使用。该工具适合个人使用,而且欢迎对该工具进行贡献以处理问题或提高功能

主要功能

  • 基于 Google 搜索的整合
  • 结构化的结果格式
  • 可配置的结果限制
  • 无需身份验证
  • 基于 MCP 的服务

价格

模型
Free
评分
暂无评价

使用场景

个人研究

个人用户可以使用此工具进行随意的研究或信息收集而无需设置或交付 API

内容创作

内容创建者可以使用此工具找到和组织信息用于文章、博客文章或内容

优点 & 缺点

优点

  • 无需 API 密钥
  • 开源自由使用
  • 结构化的搜索结果
  • 可配置的搜索结果数目
  • 轻松进行个人网页搜索

缺点

  • 可能由 Google 对过度搜索进行速率限制
  • 由于对 Google html 结构的依赖,结果的准确度或全面性可能会有所不同
  • 复杂的搜索运算符可能不会按照预期工作

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What do I need to install to run Web Search in my own environment?

You need Node.js and npm installed, then clone the repository, run npm install to get dependencies, build with npm run build, and add the generated server command to your MCP configuration (e.g., in VSCode Claude Dev or Claude Desktop).

Asked by Chioma Nwosu · Mar 23, 2026

Will I be blocked if I run many searches quickly?

Yes. Because the tool scrapes Google’s HTML, excessive queries can trigger Google’s rate‑limiting, temporarily blocking requests. Use reasonable frequencies, limit the number of results, and add delays between calls.

Asked by Grace Okafor · Mar 20, 2026

What limits are there on the number of results I can request per query?

You can specify a limit parameter up to 10 results; if omitted, the default is 5 results per search.

Asked by Nadia Petrova · Mar 9, 2026

Do I need any API keys or authentication to use Web Search?

No. Web Search works with Google’s public search page and does not require any API keys, tokens, or authentication.

Asked by Nour Khalil · Mar 4, 2026

提问

服务配缩器 的替代品