MCP server that enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine ๐ค
{
"mcpServers": {
"thoughtful-claude": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Is it safe?
No package registry to scan.
No authentication โ any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 441 days ago. 55 stars.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience โ it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Thoughtful Claude and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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:
.envYou 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-reasonerAPI 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