Skip to content
Grok

DeepThonk for Grok

io.github.linxule/deepthonk

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

client:Grok transport:stdio runtime:npm

Install DeepThonk in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "deepthonk": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

DeepThonk in other clients