M
MCP Thinking
作者 @mattzcarey
thinking tool for claude desktop/mcp clients using Deepseek reasoner
创建于 1/25/2025
更新于 12 months ago
README
Repository documentation and setup instructions
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.

Setup
To install dependencies:
bun install
Run the setup script to create the MCP config file. You will need to input your Deepseek API key:
bun setup
Open Claude Desktop and enjoy reasoning with Deepseek R1.
Tests
copy .env.test.example to .env.test.
cp .env.test.example .env.test
Run the tests:
bun test
Credits
Thanks to @jacksteamdev's awesome repo for the example of MCP in bun. The setup script and logger are "heavily" inspired by it.
快速设置
此服务器的安装指南
安装包 (如果需要)
npx mcp-thinking
Cursor 配置 (mcp.json)
{
"mcpServers": {
"mattzcarey-mcp-thinking": {
"command": "npx",
"args": [
"mcp-thinking"
]
}
}
}
作者服务器
其他服务器由 mattzcarey