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