Deepseek Thinker MCP ServerServer

ruixingshi
GitHub
AIReasoningIntegration

Loading subscription status...

💡 Description

The Deepseek Thinker MCP Server provides access to Deepseek reasoning content through integration with OpenAI APIs and the local Ollama server, facilitating complex reasoning tasks with AI clients such as Claude Desktop.

📝 JSON Entries

{
  "mcpServers": [
    {
      "deepseek-thinker": {
        "env": {
          "API_KEY": "<Your API Key>",
          "BASE_URL": "<Your Base URL>"
        },
        "args": [
          "-y",
          "deepseek-thinker-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get-deepseek-thinker

Features

  • Dual-mode support (OpenAI API and Ollama)
  • Focused reasoning via Deepseek thought processes