Description
MCP server implementing RAT (Retrieval Augmented Thinking) - combines DeepSeek's reasoning with GPT-4/Claude/Mistral responses.
Installation
npx -y deepseek-thinking-claude-cline-mcp npm install deepseek-thinking-claude-cline-mcp git clone https://github.com/newideas99/Deepseek-Thinking-Claude-3.5-Sonnet-CLINE-MCP Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"deepseek-thinking-claude-mcp": {
"command": "npx",
"args": [
"-y",
"deepseek-thinking-claude-cline-mcp"
]
}
}
} Stay Updated on MCP
Get weekly updates on new MCP servers, integration guides, and AI development tips.
We respect your privacy. Unsubscribe anytime.