Deep Research MCP Server

by Ozamatash

Integrations

  • The README references using Git to clone repositories for setup

  • The README references GitHub as the source for cloning the repository

  • The server produces detailed markdown reports with findings, sources, and reliability assessments

开放深度研究 MCP 服务器

一款 AI 驱动的研究助手,可对任何主题进行深入、迭代的研究。它结合了搜索引擎、网页抓取和 AI 技术,能够深入探索主题并生成全面的报告。它可作为模型上下文协议 (MCP) 工具或独立 CLI 使用。查看 exampleout.md 了解报告的具体内容。

快速入门

  1. 克隆并安装:
git clone https://github.com/Ozamatash/deep-research cd deep-research npm install
  1. .env.local中设置环境:
# Copy the example environment file cp .env.example .env.local
  1. 建造:
# Build the server npm run build
  1. 运行cli版本:
npm run start "Your research query here"
  1. 使用 Claude Desktop 测试 MCP 服务器:
    按照服务器快速启动底部的指南将服务器添加到 Claude Desktop:
    https://modelcontextprotocol.io/quickstart/server

特征

  • 通过生成有针对性的搜索查询进行深入、迭代的研究
  • 通过深度(深度)和广度(宽度)参数控制研究范围
  • 通过详细评分(0-1)和推理来评估来源可靠性
  • 优先考虑高可靠性来源(≥0.7)并验证可靠性较低的信息
  • 提出后续问题以更好地了解研究需求
  • 生成包含调查结果、来源和可靠性评估的详细降价报告
  • 可用作 AI 代理的模型上下文协议 (MCP) 工具
  • 目前 MCP 版本不会询问后续问题

工作原理

高级设置

使用本地 Firecrawl(免费选项)

除了使用 Firecrawl API,您还可以运行本地实例。您可以使用官方仓库或我的 fork(使用 searXNG 作为搜索后端),以避免使用 searchapi 键:

  1. 设置本地 Firecrawl:
git clone https://github.com/Ozamatash/localfirecrawl cd localfirecrawl # Follow setup in localfirecrawl README
  1. 更新.env.local
FIRECRAWL_BASE_URL="http://localhost:3002"

可选:可观察性

使用 Langfuse 添加可观察性以跟踪研究流程、查询和结果:

# Add to .env.local LANGFUSE_PUBLIC_KEY="your_langfuse_public_key" LANGFUSE_SECRET_KEY="your_langfuse_secret_key"

如果没有提供 Langfuse 密钥,应用程序将正常运行,但无法被观察。

执照

MIT 许可证

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

通过将 AI 代理与搜索引擎、网络抓取和大型语言模型相结合,实现高效的数据收集和全面的报告,实现迭代深度研究。

  1. 快速入门
    1. 特征
      1. 工作原理
        1. 高级设置
          1. 使用本地 Firecrawl(免费选项)
          2. 可选:可观察性
        2. 执照

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Enables AI assistants to perform up-to-date web searches through the Tavily API, providing comprehensive search results with AI-generated summaries.
            Last updated -
            5
            JavaScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            A server that allows AI assistants to perform web searches using Perplexity's sonar-deep-research model with citation support.
            Last updated -
            2
            JavaScript
          • A
            security
            F
            license
            A
            quality
            A powerful research assistant that conducts intelligent, iterative research through web searches, analysis, and comprehensive report generation on any topic.
            Last updated -
            4
            1
            TypeScript
          • -
            security
            A
            license
            -
            quality
            Empowers AI agents to perform web browsing, automation, and scraping tasks with minimal supervision using natural language instructions and Selenium.
            Last updated -
            1
            Python
            Apache 2.0
            • Apple

          View all related MCP servers

          ID: xordvhdr7s