Skip to content
Cline

DeepThonk for Cline

io.github.linxule/deepthonk

Provider-neutral OpenDeepThink reasoning server: generate, judge, rank, mutate.

client:Cline transport:stdio runtime:npm

Install DeepThonk in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "deepthonk": {
      "command": "npx",
      "args": [
        "-y",
        "deepthonk"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
        "DEEPTHONK_API_KEY": "<DEEPTHONK_API_KEY>",
        "DEEPTHONK_CONFIG": "<DEEPTHONK_CONFIG>",
        "DEEPTHONK_PROFILES_DIR": "<DEEPTHONK_PROFILES_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

DeepThonk in other clients