š¤ Thoughtful Claude - DeepSeek R1 Reasoning Server
@martinbowling
About š¤ Thoughtful Claude - DeepSeek R1 Reasoning Server
MCP server that enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine š¤
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Thoughtful Claude - DeepSeek R1 Reasoning Server?
An MCP server that enhances Claudeās reasoning capabilities by integrating DeepSeek R1ās advanced reasoning engine. It is designed for users who want Claude to leverage DeepSeekās state-of-the-art reasoning model for complex multiāstep tasks.
How to use Thoughtful Claude - DeepSeek R1 Reasoning Server?
Install with Python 3.12+, the uv package manager, and a DeepSeek API key from platform.deepseek.com. Clone the repo, install dependencies (mcp[cli], httpx, python-dotenv), create a .env file with DEEPSEEK_API_KEY, then run mcp install server.py -f .env. The server autoāstarts with Claude Desktop; Claude sends queries to DeepSeek R1 for reasoning and wraps the result in <ant_thinking> tags.
Key features of Thoughtful Claude - DeepSeek R1 Reasoning Server
- Leverages DeepSeek R1ās reasoning engine
- Integrates seamlessly with Claudeās thought process
- Enterpriseāgrade security via
.envand no key exposure - Full MCP protocol support with streaming responses
- Async/await architecture for efficient processing
- Proper error handling with graceful fallback messages
Use cases of Thoughtful Claude - DeepSeek R1 Reasoning Server
- Comparing numerical values (e.g., āIs 9.9 greater than 9.11?ā)
- Solving logic puzzles (e.g., āIf all A are B, and some B are Cā¦ā)
- Performing complex analysis (e.g., comparing quantum and classical computing)
- Answering questions that require multiāstep reasoning
FAQ from Thoughtful Claude - DeepSeek R1 Reasoning Server
What runtime requirements does the server have?
Python 3.12+ and the uv package manager are required.
How do I obtain a DeepSeek API key?
You can get one from platform.deepseek.com.
How does the server protect my API key?
The key is stored in a .env file and is never exposed in responses.
What model does the server use?
It uses the deepseek-reasoner model with streaming enabled and max tokens set to 1 (optimized for reasoning extraction).
How are errors handled?
API errors are wrapped in <ant_thinking> tags with clear messages; connection issues have a 30āsecond timeout and automatic stream cleanup.
Frequently asked questions
What runtime requirements does the server have?
Python 3.12+ and the `uv` package manager are required.
How do I obtain a DeepSeek API key?
You can get one from [platform.deepseek.com](https://platform.deepseek.com).
How does the server protect my API key?
The key is stored in a `.env` file and is never exposed in responses.
What model does the server use?
It uses the `deepseek-reasoner` model with streaming enabled and max tokens set to 1 (optimized for reasoning extraction).
How are errors handled?
API errors are wrapped in `<ant_thinking>` tags with clear messages; connection issues have a 30āsecond timeout and automatic stream cleanup.
Basic information
More AI & Agents MCP servers
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs ā a Model Context Protocol (MCP) server.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Comments