Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"deep-research": {
"command": "npx",
"args": [
"-y",
"u14app/deep-research"
]
}
}
}
Run in terminal:
claude mcp add deep-research npx -y u14app/deep-research
Add to .cursor/mcp.json:
{
"mcpServers": {
"deep-research": {
"command": "npx",
"args": [
"-y",
"u14app/deep-research"
]
}
}
}