mcp-server-deepseek
The MCP Server DeepSeek is a tool that connects LLMs to DeepSeek-R1's reasoning capabilities using the Model Context Protocol. It enhances non-reasoning models by allowing them to produce better structured and reasoned responses.
MCP Server DeepSeek
This is a Model Context Protocol (MCP) server that provides access to DeepSeek-R1's reasoning capabilities. It is designed to enhance responses from models without native reasoning capabilities by adding structured reasoning to Claude or other LLMs. The server is fully compatible with MCP and includes features like access to DeepSeek-R1, structured thinking, integration with MCP, and robust error handling.
Features
- Access to DeepSeek-R1
- Structured Thinking
- Integration with MCP
- Error Handling
Usage
Running the Server
Run the server directly using make dev
for development mode.
MCP Tool
The tool think_with_deepseek_r1
sends a prompt to DeepSeek-R1 and returns reasoning.
Development
Use the MCP Inspector for testing and development, and configure logging with the LOG_LEVEL
environment variable.