MCP Catalogs
Home

deep-research

by u14app·4,583·Score 56

An MCP server for deep research using multiple LLMs with web search capabilities and local processing.

ai-llmknowledge-graphproductivity
1,057
Forks
36
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Academic research with LLM assistance
you:Market analysis and competitive intelligence
you:Content creation and knowledge synthesis
you:Technical documentation generation
you:What LLM providers are supported?
you:How is privacy ensured?
you:Can I use this as an MCP server?

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 README
  • deep_research

    Perform 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

perplexity-mcpresearch-assistant-mcpsemantic-search-mcp

Installation

Installation

Docker Deployment

docker pull xiangfa/deep-research:latest
docker run -d --name deep-research -p 3333:3000 xiangfa/deep-research

Local 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 dev

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.