Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"deep-research": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-deep-research"
]
}
}
}