Content
# MCP Thinking Server
> Extract the thinking chain of thought of the Deepseek R1 reasoning model and use it in Claude Desktop or any MCP [client](https://www.youtube.com/watch?v=9mciRwpcLNY).

## Setup
To install dependencies:
```bash
bun install
```
Run the setup script to create the MCP config file. You will need to input your [Deepseek API key](https://platform.deepseek.com):
```bash
bun setup
```
Open Claude Desktop and enjoy reasoning with Deepseek R1.
## Tests
copy `.env.test.example` to `.env.test`.
```bash
cp .env.test.example .env.test
```
Run the tests:
```bash
bun test
```
## Credits
Thanks to @jacksteamdev's [awesome repo](https://github.com/jacksteamdev/mcp-sqlite-bun-server) for the example of MCP in bun. The setup script and logger are "heavily" inspired by it.
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors