MCP Directory
Back

deepseek-thinker-mcp

by ruixingshi · JavaScript · ★ 68

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers