DeepSeek MCP Server
by moyu6027
local-only server
The server can only run on the clientโs local machine because it depends on local resources.
๐ง DeepSeek MCP Server
๐ Features
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.
- DeepSeek R1 (The Brain) acts as the advanced reasoning planner:
- Plans multi-step logical analysis strategies
- Structures cognitive frameworks
- Evaluates confidence and uncertainty
- Monitors reasoning quality
- Detects edge cases and biases
- Claude (The Executor) implements the reasoning plans:
- Executes the structured analysis
- Implements planned strategies
- Delivers final responses
- Handles user interaction
- Manages system integrations
๐ Features
Advanced Reasoning Capabilities
- Supports intricate multi-step reasoning tasks.
- Designed for precision and efficiency in generating thoughtful responses.
- ไฝฟ็จๆ ้ฎ่ฏ็ฉน็API
Complete Setup guide
Prerequisites
- Python 3.12 or higher
uv
package manager- INFINI_API_KEY For DeepSeek (Sign up at ๆ ้ฎ่ฏ็ฉน)
- Clone the RepositoryCopy
- Ensure UV is Set Up
- Windows: Run the following in PowerShell:Copy
- Mac: Run the following:Copy
- Windows: Run the following in PowerShell:
- Create Virtual EnvironmentCopy
- Install DependenciesCopy
- Set Up API KeyCopy
- Install the ServerCopy
- Configure MCP Server
Edit the
claude_desktop_config.json
file to include the following configuration:Copy - Run the ServerCopy
๐ 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
- Claude receives a query requiring advanced reasoning.
- The query is forwarded to DeepSeek R1 for processing.
- DeepSeek R1 returns structured reasoning wrapped in
<ant_thinking>
tags. - Claude integrates the reasoning into its final response.
๐ License
This project is licensed under the MIT License. See the LICENSE file for details.
You must be authenticated.
A server that enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine to tackle complex reasoning tasks.