mcp-deep-research-server

SECRET4422/mcp-deep-research-server
★ 0 stars TypeScript Search Updated 2d ago
🔍 Non-generic Deep Research MCP — search (no API key), parallel scrape 3-8 sources, synthesize with citations, fact-check, compare, persistent memory. 8 tools, production-ready.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-deep-research-se": {
      "command": "npx",
      "args": [
        "-y",
        "SECRET4422/mcp-deep-research-server"
      ]
    }
  }
}