MCP Directory
Back

Claude-Deep-Research

by mcherukara · Python · ★ 62

An MCP (Model Context Protocol) server that enables comprehensive research capabilities for Claude

Install

pip install git+https://github.com/mcherukara/Claude-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": {
    "claude-deep-research": {
      "command": "uvx",
      "args": [
        "git+https://github.com/mcherukara/Claude-Deep-Research.git"
      ]
    }
  }
}

From the README

An MCP (Model Context Protocol) server that enables comprehensive research capabilities for Claude and other MCP-compatible AI assistants. This server integrates web and academic search functionality, allowing AI models to access current information from multiple sources, follow relevant links, and provide well-structured research results. Claude Deep Research is a powerful research tool that extends the capabilities of LLMs by providing: 1. **Web search** integration through DuckDuckGo 2. **Academic research** access through Semantic Scholar 3. **Content extraction** from web pages 4. **Co…
Read full README on GitHub →

Related other servers