MCP Directory
Back

open_deep_research

by langchain-ai · Python · ★ 11,835

open_deep_research — MCP server.

Install

pip install git+https://github.com/langchain-ai/open_deep_research.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "open-deep-research": {
      "command": "uvx",
      "args": [
        "git+https://github.com/langchain-ai/open_deep_research.git"
      ]
    }
  }
}

From the README

Deep research has broken out as one of the most popular agent applications. This is a simple, configurable, fully open source deep research agent that works across many model providers, search tools, and MCP servers. It's performance is on par with many popular deep research agents ([see Deep Research Bench leaderboard](https://huggingface.co/spaces/Ayanami0730/DeepResearch-Leaderboard)). **August 14, 2025**: See our free course [here](https://academy.langchain.com/courses/deep-research-with-langgraph) (and course repo [here](https://github.com/langchain-ai/deep_research_from_scratch)) on bui…
Read full README on GitHub →

Related other servers