MCP Deep Web Research Server (v0.3.0) - MCP服务,MCP服务器,MCP教程

基本能力

产品定位

MCP Deep Web Research Server 是一个高级网络研究工具,旨在通过智能搜索队列、增强内容提取和深度研究能力,将实时信息整合到 Claude 中。

核心功能

  1. 智能搜索队列系统
  2. 批量搜索操作与速率限制
  3. 队列管理与进度跟踪
  4. 错误恢复和自动重试
  5. 搜索结果去重

  6. 增强内容提取

  7. 基于 TF-IDF 的相关性评分
  8. 关键词邻近分析
  9. 内容部分加权
  10. 可读性评分
  11. 改进的 HTML 结构解析
  12. 结构化数据提取
  13. 更好的内容清理和格式化

  14. 核心功能

  15. Google 搜索集成
  16. 网页内容提取
  17. 研究会话跟踪
  18. 改进格式的 Markdown 转换

适用场景

  • 复杂网络研究
  • 实时信息整合
  • 内容分析和提取
  • 批量搜索操作

工具列表

  1. deep_research
  2. 执行全面的内容分析研究
  3. 参数包括主题、最大深度、最大分支、超时和最小相关性分数
  4. 返回主要主题、关键见解和来源

  5. parallel_search

  6. 并行执行多个 Google 搜索
  7. 参数包括查询和最大并行数

  8. visit_page

  9. 访问网页并提取其内容
  10. 返回 URL、标题和 Markdown 格式的内容

常见问题解答

  1. 速率限制
  2. 症状:"Too many requests" 错误
  3. 解决方案:增加 SEARCH_DELAY_MS 或减少 MAX_PARALLEL_SEARCHES

  4. 网络超时

  5. 症状:"Request timed out" 错误
  6. 解决方案:确保请求在 60 秒的 MCP 超时内完成

  7. 浏览器问题

  8. 症状:"Browser failed to launch" 错误
  9. 解决方案:确保 Playwright 正确安装 (npx playwright install)

使用教程

使用依赖

  • Node.js >= 18 (包括 npmnpx)
  • Claude Desktop 应用

安装教程

全局安装(推荐)

```bash

使用 npm 全局安装

npm install -g mcp-deepwebresearch

或使用 yarn

yarn global add mcp-deepwebresearch

或使用 pnpm

pnpm add -g mcp-deepwebresearch
```

本地项目安装

```bash

使用 npm

npm install mcp-deepwebresearch

使用 yarn

yarn add mcp-deepwebresearch

使用 pnpm

pnpm add mcp-deepwebresearch
```

Claude Desktop 集成

在安装包后,将以下条目添加到 claude_desktop_config.json 中:

Windows

json
{
"mcpServers": {
"deepwebresearch": {
"command": "mcp-deepwebresearch",
"args": []
}
}
}

位置:%APPDATA%\Claude\claude_desktop_config.json

macOS

json
{
"mcpServers": {
"deepwebresearch": {
"command": "mcp-deepwebresearch",
"args": []
}
}
}

位置:~/Library/Application Support/Claude/claude_desktop_config.json

首次设置

安装后,运行以下命令安装所需的浏览器依赖项:
bash
npx playwright install chromium

调试方式

  1. 检查 Claude Desktop 的 MCP 日志:
    ```bash
    # 在 macOS 上
    tail -n 20 -f ~/Library/Logs/Claude/mcp*.log

# 在 Windows 上
Get-Content -Path "$env:APPDATA\Claude\logs\mcp*.log" -Tail 20 -Wait
```

  1. 启用调试日志:
    bash
    export LOG_LEVEL=debug

点击访问

搜索工具

Package Documentation MCP Server - MCP服务,MCP服务器,MCP教程

2025-4-29 12:22:32

搜索工具

MCP Guardian - MCP服务,MCP服务器,MCP教程

2025-4-29 12:22:40

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索