deep-research (MCP Server)

GitHub

Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "deep-research": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-deep-research"
      ]
    }
  }
}