MCP-deepseek-V3-et-claude-desktop
2
Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP is an MCP server that integrates DeepSeek's reasoning skills with Claude's response abilities via OpenRouter. It offers enhanced AI responses through structured reasoning and facilitates smart management of multiple conversations.
Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP
A Model Context Protocol (MCP) server that combines DeepSeek R1's reasoning capabilities with Claude 3.5 Sonnet's response generation through OpenRouter. It utilizes a two-stage process where DeepSeek provides structured reasoning that is incorporated into Claude's responses.
Features
-
Two-Stage Processing
- Uses DeepSeek R1 for initial reasoning
- Uses Claude 3.5 Sonnet for final response
- Accesses both models through OpenRouter's unified API
- Injects reasoning tokens into Claude's context
-
Smart Conversation Management
- Detects active conversations
- Handles multiple conversations
- Filters ended conversations automatically
-
Optimized Parameters
- Context limits for focused reasoning and comprehensive responses
- Suggested settings: temperature 0.7, top_p 1.0, repetition_penalty 1.0
Installation
Installing via Smithery
- Use npx to install the package.
Manual Installation
- Clone the repository and install dependencies.
- Create a
.env
file with an OpenRouter API key. - Build the server.
Usage with Cline
- Add server settings in
cline_mcp_settings.json
. - Use
generate_response
for generating responses. - Use
check_response_status
for monitoring task status.
Development
- Auto-rebuild development using
npm run watch
.