MCP Catalogs
首页

everything vs deep-research-mcp

并排对比,帮你在这两个 MCP server 之间做选择。

everything
by modelcontextprotocol
deep-research-mcp
by pinkpixel-dev
Stars★ 85,748★ 27
30天用量
综合分7744
官方
分类
开发者工具AI / LLM 工具其它
AI / LLM 工具搜索效率工具
实现语言TypeScriptJavaScript
最近提交本月2 个月前

everything · 概述

官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。

deep-research-mcp · 概述

一个使用 Tavily API 进行网络研究的 MCP 服务器,为 LLM 文档生成收集和结构化信息。

everything · 使用场景

  • 测试 MCP 客户端实现是否支持所有协议功能
  • 通过参考服务器学习 MCP 协议能力
  • 验证客户端对不同传输方式的兼容性

deep-research-mcp · 使用场景

  • 为创建详细技术文档进行全面的主题研究
  • 通过结构化的网页内容分析自动生成报告
  • 为执行复杂任务的 AI 代理收集背景信息

everything · 安装

NPX(推荐)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Windows 用户请使用 cmd /c

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

全局安装

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

deep-research-mcp · 安装

安装

**通过 Smithery(推荐用于 Claude Desktop)**

npx -y @smithery/cli install @pinkpixel/dev-deep-research-mcp --client claude

**使用 NPX**

npx @pinkpixel/deep-research-mcp

**全局安装**

npm install -g @pinkpixel/deep-research-mcp
deep-research-mcp

**Claude Desktop 配置**

{
  "mcpServers": {
    "deep-research": {
      "command": "npx",
      "args": [
        "-y",
        "@pinkpixel/deep-research-mcp"
      ],
      "env": {
        "TAVILY_API_KEY": "tvly-YOUR_API_KEY"
      }
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。