MCP Directory
Back

deepseek-thinker-mcp

by ruixingshi · JavaScript · ★ 69

A MCP provider Deepseek reasoning content to MCP-enabled AI Clients, like Claude Desktop. Supports access to Deepseek's CoT from the Deepseek API service or a local Ollama server.

Install

npx -y github:ruixingshi/deepseek-thinker-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "deepseek-thinker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:ruixingshi/deepseek-thinker-mcp"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/@ruixingshi/deepseek-thinker-mcp) A MCP (Model Context Protocol) provider Deepseek reasoning content to MCP-enabled AI Clients, like Claude Desktop. Supports access to Deepseek's thought processes from the Deepseek API service or from a local Ollama server. - 🤖 **Dual Mode Support** - OpenAI API mode support - Ollama local mode support - 🎯 **Focused Reasoning** - Captures Deepseek's thinking process - Provides reasoning output - **Description**: Perform reasoning using the Deepseek model - **Input Parameters**: - (string): User's original prompt…
Read full README on GitHub →

Related other servers