mcp-server-deepseek
If you are the rightful owner of mcp-server-deepseek and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server providing access to DeepSeek-R1's reasoning capabilities.
The mcp-server-deepseek acts as a bridge between LLM applications and DeepSeek's reasoning capabilities. It exposes DeepSeek-R1's reasoning content through an MCP tool, which can be used by any MCP-compatible client. The server is particularly useful for enhancing responses from models without native reasoning capabilities, accessing DeepSeek-R1's thinking process for complex problem solving, and adding structured reasoning to Claude or other LLMs that support MCP.
Features
- Access to DeepSeek-R1: Connects to DeepSeek's API to leverage their reasoning model.
- Structured Thinking: Returns reasoning in a structured `<thinking>` format.
- Integration with MCP: Fully compatible with the Model Context Protocol.
- Error Handling: Robust error handling with detailed logging.
Tools
think_with_deepseek_r1
Sends a prompt to DeepSeek-R1 and returns its reasoning content.