What is the DeepThonk MCP server?
Provider-neutral OpenDeepThink reasoning server: generate, judge, rank, mutate.
How to install DeepThonk
Copy-paste configuration for popular MCP clients.
DEEPSEEK_API_KEYsecretAPI key for the DeepSeek provider. Optional: omit to use MCP sampling or another provider.
OPENROUTER_API_KEYsecretAPI key for the OpenRouter provider. Optional: omit to use MCP sampling or another provider.
DEEPTHONK_API_KEYsecretAPI key for a custom openai-compatible provider endpoint. Optional.
DEEPTHONK_CONFIGPath to config.yaml. Defaults to ~/.config/deepthonk/config.yaml.
DEEPTHONK_PROFILES_DIRDirectory of custom profile YAML files. Defaults to the config directory's profiles/.
{
"mcpServers": {
"deepthonk": {
"command": "npx",
"args": [
"-y",
"deepthonk",
"serve-mcp"
],
"env": {
"DEEPSEEK_API_KEY": "<YOUR_DEEPSEEK_API_KEY>",
"OPENROUTER_API_KEY": "<YOUR_OPENROUTER_API_KEY>",
"DEEPTHONK_API_KEY": "<YOUR_DEEPTHONK_API_KEY>",
"DEEPTHONK_CONFIG": "<YOUR_DEEPTHONK_CONFIG>",
"DEEPTHONK_PROFILES_DIR": "<YOUR_DEEPTHONK_PROFILES_DIR>"
}
}
}
}{
"mcpServers": {
"deepthonk": {
"command": "npx",
"args": [
"-y",
"deepthonk",
"serve-mcp"
],
"env": {
"DEEPSEEK_API_KEY": "<YOUR_DEEPSEEK_API_KEY>",
"OPENROUTER_API_KEY": "<YOUR_OPENROUTER_API_KEY>",
"DEEPTHONK_API_KEY": "<YOUR_DEEPTHONK_API_KEY>",
"DEEPTHONK_CONFIG": "<YOUR_DEEPTHONK_CONFIG>",
"DEEPTHONK_PROFILES_DIR": "<YOUR_DEEPTHONK_PROFILES_DIR>"
}
}
}
}{
"mcpServers": {
"deepthonk": {
"command": "npx",
"args": [
"-y",
"deepthonk",
"serve-mcp"
],
"env": {
"DEEPSEEK_API_KEY": "<YOUR_DEEPSEEK_API_KEY>",
"OPENROUTER_API_KEY": "<YOUR_OPENROUTER_API_KEY>",
"DEEPTHONK_API_KEY": "<YOUR_DEEPTHONK_API_KEY>",
"DEEPTHONK_CONFIG": "<YOUR_DEEPTHONK_CONFIG>",
"DEEPTHONK_PROFILES_DIR": "<YOUR_DEEPTHONK_PROFILES_DIR>"
}
}
}
}{
"servers": {
"deepthonk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deepthonk",
"serve-mcp"
],
"env": {
"DEEPSEEK_API_KEY": "<YOUR_DEEPSEEK_API_KEY>",
"OPENROUTER_API_KEY": "<YOUR_OPENROUTER_API_KEY>",
"DEEPTHONK_API_KEY": "<YOUR_DEEPTHONK_API_KEY>",
"DEEPTHONK_CONFIG": "<YOUR_DEEPTHONK_CONFIG>",
"DEEPTHONK_PROFILES_DIR": "<YOUR_DEEPTHONK_PROFILES_DIR>"
}
}
}
}claude mcp add deepthonk --env DEEPSEEK_API_KEY=<YOUR_DEEPSEEK_API_KEY> --env OPENROUTER_API_KEY=<YOUR_OPENROUTER_API_KEY> --env DEEPTHONK_API_KEY=<YOUR_DEEPTHONK_API_KEY> --env DEEPTHONK_CONFIG=<YOUR_DEEPTHONK_CONFIG> --env DEEPTHONK_PROFILES_DIR=<YOUR_DEEPTHONK_PROFILES_DIR> -- npx -y deepthonk serve-mcpRelated MCP servers
Music Studio
Music studio: ABC notation composition and Strudel live coding with ext-apps UI.
Lotus Wisdom
Contemplative reasoning with Lotus Sutra wisdom framework and ext-apps visualization.
MinerU
MinerU document parsing API — PDFs, images, DOCX, PPTX with OCR and batch processing.
Durable Thinking
Self-hosted persistent sequential thinking with private history and MCP App visualization.
Vox MCP
Multi-model AI gateway — 8 providers plus local models, no system prompt injection.