deepseek-thinker-mcp

ruixingshi/deepseek-thinker-mcp
★ 68 stars JavaScript 🤖 AI/LLM Updated 9d ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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