本服务端通过集成 DeepSeek R1 的高级推理引擎,增强了 Claude 的推理能力,使其能够利用 deepseek r1 模型的推理能力,解决复杂的推理任务。
要自动为 Claude 桌面安装 DeepSeek-Claude,可使用 Smithery,执行以下命令:
npx -y @smithery/cli install @HarshJ23/deepseek-claude-MCP-server --client claude
uv 包管理器git clone https://github.com/harshj23/deepseek-claude-MCP-server.git
cd deepseek-claude-MCP-server
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate
uv add "mcp[cli]" httpx
从此处获取您的 API 密钥:https://platform.deepseek.com/api_keys
claude_desktop_config.json 文件,添加以下配置:
{
"mcpServers": {
"deepseek-claude": {
"command": "uv",
"args": [
"--directory",
"C:\\ABSOLUTE\\PATH\\TO\\PARENT\\FOLDER",
"."
]
}
}
}
uv run
⚠️ 重要提示
确保所有路径正确无误。如果遇到问题,请检查 API 密钥是否有效。
http://localhost:8000。本项目采用 MIT License 授权。