# mcp-thinking

> MCP Server

This repository extracts the chain of thought from Deepseek R1, enabling its use in Claude Desktop or other MCP clients. It requires a Deepseek API key and utilizes a setup

## Overview

- **Category:** AI
- **Language:** TypeScript
- **Stars:** 55
- **Forks:** 4
- **Owner:** mattzcarey
- **GitHub:** https://github.com/mattzcarey/mcp-thinking
- **Created:** 2025-01-25T09:58:51+00:00
- **Updated:** 2025-03-22T06:50:00+00:00
- **Source:** https://model-context-protocol.com/servers/deepseek-reasoner-claude-chain-of-thought

## Setup

## 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.

## Tools

## Available Tools

1. Extract thinking chain of thought (Extracts the thinking chain of thought of the Deepseek R1 reasoning model).
2. MCP Client (Allows usage in Claude Desktop or any MCP client).

