OpenDeepSearch是一个开源的Perplexity深度研究替代品,采用模型上下文协议(MCP),能够对复杂主题展开全面且深入的研究。
OpenDeepSearch是一款强大的研究工具,它结合了序列思维的结构化思考方法与Brave Search的搜索能力,可针对复杂主题开展全面深入的研究,并生成详细且有充分依据的研究报告。
npm install -g open-deep-research
BRAVE_API_KEY=your_api_key npx open-deep-research
# 克隆仓库
git clone https://github.com/tositon/open-deep-research.git
cd open-deep-research
# 安装依赖
npm install
# 构建项目
npm run build
# 使用Brave Search API运行
BRAVE_API_KEY=your_api_key npm start
# 为Claude安装
npx @smithery/cli install open-deep-research --client claude
# 为Cursor安装
npx @smithery/cli install open-deep-research --client cursor
在通过Smithery安装时,将会提示您输入Brave Search API密钥。
将以下内容添加到您的Claude Desktop配置中:
{
"mcpServers": {
"open-deep-research": {
"command": "npx",
"args": [
"-y",
"open-deep-research"
],
"env": {
"BRAVE_API_KEY": "your_api_key_here"
}
}
}
}
在Cursor中,可以使用以下命令添加MCP服务器:
claude mcp add "open-deep-research" npx open-deep-research
请确保在运行Cursor之前设置BRAVE_API_KEY环境变量。
在通过Smithery安装或本地安装后,您可以在Claude Desktop或Cursor中选择相应的MCP服务器进行配置。
要在Smithery平台上发布服务器:
发布后,用户可以使用以下命令安装服务器:
npx @smithery/cli install open-deep-research --client claude