AIClaude
claude
Documentation
DeepSeek-Claude MCP Server
Enhance Claude's reasoning capabilities with the integration of DeepSeek R1's advanced reasoning engine. This server enables Claude to tackle complex reasoning tasks by leveraging the reasoning capabilites of deepseek r1 model.
🚀 Features
Advanced Reasoning Capabilities
- Seamlessly integrates DeepSeek R1's reasoning with Claude.
- Supports intricate multi-step reasoning tasks.
- Designed for precision and efficiency in generating thoughtful responses.
Complete Setup guide
Installing via Smithery
To install DeepSeek-Claude for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @HarshJ23/deepseek-claude-MCP-server --client claudePrerequisites
- Python 3.12 or higher
- `uv` package manager
- DeepSeek API key (Sign up at DeepSeek Platform)
1. Clone the Repository
git clone https://github.com/harshj23/deepseek-claude-MCP-server.git
cd deepseek-claude-MCP-server2. Ensure UV is Set Up
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"curl -LsSf https://astral.sh/uv/install.sh | sh3. Create Virtual Environment
uv venv
source .venv/bin/activate4. Install Dependencies
uv add "mcp[cli]" httpx5. Set Up API Key
Obtain your api key from here : https://platform.deepseek.com/api_keys6. Configure MCP Server
Edit the `claude_desktop_config.json` file to include the following configuration:

{
"mcpServers": {
"deepseek-claude": {
"command": "uv",
"args": [
"--directory",
"C:\\ABSOLUTE\\PATH\\TO\\PARENT\\FOLDER\\deepseek-claude",
"run",
"server.py"
]
}
}
}7. Run the Server
uv run server.py8. Test Setup


🛠 Usage
Starting the Server
The server automatically starts when used with Claude Desktop. Ensure Claude Desktop is configured to detect the MCP server.
Example Workflow
1. Claude receives a query requiring advanced reasoning.
2. The query is forwarded to DeepSeek R1 for processing.
3. DeepSeek R1 returns structured reasoning wrapped in `` tags.
4. Claude integrates the reasoning into its final response.
📄 License
This project is licensed under the MIT License. See the LICENSE file for details.
Frequently asked questions
What is AIClaude?
AIClaude is claude
How do I install AIClaude?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is AIClaude open source?
Yes — it is hosted on GitHub at https://github.com/ygboy1986/aiclaude.
Related MCP tools
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP