sid12super/MCP-Deep-Researcher
Integrated Model Context Protocol (MCP) to allow the agent to interface with external search APIs and local file systems, aiming to reduce manual research time.
Platform-specific configuration:
{
"mcpServers": {
"MCP-Deep-Researcher": {
"command": "npx",
"args": [
"-y",
"MCP-Deep-Researcher"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A sophisticated multi-agent research system that breaks down broad queries into focused research questions, searches the web comprehensively, and synthesizes findings into detailed markdown reports.
Perfect for: Research tasks, competitive analysis, trend research, fact-gathering, and knowledge synthesis across multiple sources.
The system uses a 3-node LangGraph pipeline:
User Query ā Planner ā Searcher ā Synthesizer ā Markdown Report
Output is clean, well-structured markdown with:
You'll need API keys for:
git clone https://github.com/sid12super/MCP-Deep-Researcher.git
cd MCP-Deep-Researcher
Loading reviews...