MCP Catalogs
首页

web-scout-mcp

by pinkpixel-dev·128·综合分 49

一个强大的 MCP 服务器,提供通过 DuckDuckGo 集成的网络搜索和内容提取功能。

searchweb-scrapingdeveloper-tools
14
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Web Scout MCP 服务器是一个实现良好的扩展,直接将网络搜索功能引入 MCP 兼容的 AI 环境。它提供两个主要工具:DuckDuckGoWebSearch 用于在线查找信息,UrlContentExtractor 用于从网页检索干净的文本内容。该服务器具有智能的内存优化和速率限制功能,确保稳定运行,适用于单个查询和多个 URL 的批量处理。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:让 AI 助手能够搜索网络获取实时信息
:从多个网页提取内容用于研究目的
:将网络搜索功能集成到自定义 MCP 应用程序中
:Web Scout 使用哪个搜索引擎?
:它能否同时从多个 URL 提取内容?

什么时候选它

当你需要一个注重隐私的搜索解决方案,并能高效提取内容时,选择 Web Scout MCP 服务器。

什么时候不要选它

如果你需要 Google 的搜索结果或需要超出基本文本提取的高级内容过滤功能,请避免使用。

此 server 暴露的工具

从 README 抽取出 2 个工具
  • DuckDuckGoWebSearch(query: string, maxResults?: number)

    Searches the web using DuckDuckGo and returns structured results

  • UrlContentExtractor(url: string | string[])

    Extracts clean text content from web pages

可对比工具

brave-search-mcpserper-mcpweb-scraper-mcp

安装

安装 Web Scout MCP 服务器

**通过 Smithery 安装(适用于 Claude Desktop):**

npx -y @smithery/cli install @pinkpixel-dev/web-scout-mcp --client claude

**全局安装:**

npm install -g @pinkpixel/web-scout-mcp

**本地安装:**

npm install @pinkpixel/web-scout-mcp

**Claude Desktop 配置:** 添加到 Claude Desktop 的 config.json 文件中:

{
  "mcpServers": {
    "web-scout": {
      "command": "npx",
      "args": [
        "-y",
        "@pinkpixel/web-scout-mcp@latest"
      ]
    }
  }
}

FAQ

Web Scout 使用哪个搜索引擎?
Web Scout 使用 DuckDuckGo 进行网络搜索,该搜索引擎以其注重隐私的方法而闻名。
它能否同时从多个 URL 提取内容?
是的,UrlContentExtractor 工具支持单个 URL 和 URL 数组,可以进行并行处理。

web-scout-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。