MCP server that enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine ๐ค
An MCP server that enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine. This server provides Claude with access to DeepSeek's state-of-the-art reasoning model, developed through large-scale reinforcement learning.
Advanced Reasoning Integration
Enterprise-Grade Security
MCP Protocol Support
Modern Python Architecture
Prerequisites
Quick Start
# Clone repository
git clone https://github.com/martinbowling/thoughtful-claude.git
cd thoughtful-claude
# Install MCP and dependencies
pip install "mcp[cli]" httpx python-dotenv
# Create .env file with your API key
echo "DEEPSEEK_API_KEY=your_key_here" > .env
# Install the MCP server with environment variables
mcp install server.py -f .env
The mcp install
command will:
.env
You can verify the installation by checking for the ๐จ Tools icon in Claude Desktop's interface.
Start the Server The server will automatically start when you use Claude Desktop with the proper configuration.
Basic Workflow
<ant_thinking>
tagsExample Queries
Query Processing
DeepSeek R1 Integration
deepseek-reasoner
API Errors
<ant_thinking>
tagsConnection Issues
Common Issues
# Server not found in Claude Desktop
ERROR: MCP server not detected
# Solution
Check claude_desktop_config.json path and format
Performance Tips
MIT License - See LICENSE for details
{ "mcpServers": { "thoughtful-claude": { "command": "mcp", "args": [ "install", "server.py", "-f", ".env" ] } } }
Related projects feature coming soon
Will recommend related projects based on sub-categories