TypeScript CLI + MCP server implementing OpenDeepThink (Zhou et al., arXiv:2605.15177). Independent reimplementation; not a fork.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"deepthonk": {
"command": "npx",
"args": [
"-y",
"linxule/deepthonk"
]
}
}
}
Run in terminal:
claude mcp add deepthonk npx -y linxule/deepthonk
Add to .cursor/mcp.json:
{
"mcpServers": {
"deepthonk": {
"command": "npx",
"args": [
"-y",
"linxule/deepthonk"
]
}
}
}