基本能力
产品定位
DeepSeek-Claude MCP Server 旨在通过集成DeepSeek R1的高级推理引擎,增强Claude的推理能力,使其能够处理复杂的多步推理任务。
核心功能
- 高级推理能力:无缝集成DeepSeek R1的推理能力与Claude。
- 支持复杂任务:设计用于生成精确和高效的深思熟虑的响应。
适用场景
- 需要高级推理能力的复杂任务处理。
- 多步推理任务的处理和响应生成。
使用教程
使用依赖
- Python 3.12或更高版本
uv
包管理器- DeepSeek API密钥(在DeepSeek Platform注册)
安装教程
-
克隆仓库
bash
git clone https://github.com/harshj23/deepseek-claude-MCP-server.git
cd deepseek-claude-MCP-server -
设置UV
- Windows:
powershell
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" -
Mac:
bash
curl -LsSf https://astral.sh/uv/install.sh | sh -
创建虚拟环境
bash
uv venv
source .venv/bin/activate -
安装依赖
bash
uv add "mcp[cli]" httpx -
设置API密钥
从DeepSeek Platform获取API密钥。 -
配置MCP服务器
编辑claude_desktop_config.json
文件,添加配置。 -
运行服务器
bash
uv run server.py
调试方式
- 重启Claude Desktop。
- 验证工具图标是否在界面中可见。
- 如果服务器不可见,参考故障排除指南。