DeepResearchMCP

ameeralns/DeepResearchMCP
★ 25 stars TypeScript 🔍 Search Updated 23d ago
Deep Research MCP is an intelligent research assistant built on the Model Context Protocol (MCP) that performs comprehensive, multi-step research on any topic.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "deepresearchmcp": {
      "command": "npx",
      "args": [
        "-y",
        "ameeralns/DeepResearchMCP"
      ]
    }
  }
}