deep-research
by u14app·★ 4,583·Score 56
An MCP server for deep research using multiple LLMs with web search capabilities and local processing.
Overview
Deep Research is a powerful MCP server that enables in-depth research reports using various AI models. It combines advanced thinking and task models with internet connectivity to provide comprehensive analysis on diverse topics. The server supports multiple LLM providers including Gemini, OpenAI, Anthropic, and others, along with various search engines like Searxng, Tavily, and Firecrawl. All processing can be done locally to ensure privacy while still delivering rapid research results in about 2 minutes.
Try asking AI
After installing, here are 7 things you can ask your AI assistant:
When to choose this
Choose this tool when you need rapid, in-depth research with multiple LLM providers and want to integrate deep research capabilities via MCP into other AI workflows.
When NOT to choose this
Don't choose this if you need real-time data analysis capabilities or if you require write access to external systems as it's primarily focused on research report generation.
Tools this server exposes
1 tool extracted from the READMEdeep_researchPerform deep research on a topic using various AI models and search providers
Note: The README mentions MCP server support but doesn't provide explicit tool documentation. The tool name 'deep_research' was inferred from the project description and API documentation indicating it's the core functionality.
Comparable tools
Installation
Installation
Docker Deployment
docker pull xiangfa/deep-research:latest
docker run -d --name deep-research -p 3333:3000 xiangfa/deep-researchLocal Development
git clone https://github.com/u14app/deep-research.git
cd deep-research
pnpm install
# Copy env.tpl to .env and configure your API keys
pnpm devClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"deep-research": {
"command": "node",
"args": ["path/to/deep-research/server.js"]
}
}
}FAQ
- What LLM providers are supported?
- The server supports Gemini, OpenAI, Anthropic, Deepseek, Grok, Mistral, Azure OpenAI, any OpenAI Compatible LLMs, OpenRouter, Ollama, and others.
- How is privacy ensured?
- All data is processed and stored locally by default, with options for server-side API calls when configured properly.
- Can I use this as an MCP server?
- Yes, the project specifically supports MCP server functionality alongside SSE API for real-time research tasks.
Compare deep-research with
Last updated · Auto-generated from public README + GitHub signals.