安装MCP Server Deep Research需要分步骤完成环境配置:
Requisitos antecedentes:
- Python 3.8+运行环境(通过python –version检查)
- Git版本控制系统(通过git –version检查)
- 建议使用虚拟环境(python -m venv venv)避免依赖冲突
- 必须安装Claude Desktop应用(macOS/Windows版本)
详细配置流程:
- 克隆GitHub仓库:git clone https://github.com/reading-plus-ai/mcp-server-deep-research.git
- 安装底层依赖:pip install uv requests pydantic(注意项目暂缺requirements.txt)
- 配置Claude Desktop的JSON配置文件,添加MCP Server设置(路径因操作系统而异)
- 启动服务器:在项目目录执行uv run mcp-server-deep-research
- 遇到依赖缺失时,需根据报错手动安装相应库
Essa resposta foi extraída do artigoServiço MCP da Claude para gerar relatórios de pesquisa aprofundadosO