mcpbeat Sign in

DeepThonk MCP Server

local only

DeepThonk runs on your own machine — the client starts it, so there is no endpoint to ping. 208 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 16 · avg 8 · -47% w/w
a month agotoday
208
Installs / week
npm · deepthonk
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check DeepThonk every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add deepthonk -- npx -y deepthonk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deepthonk": {
      "args": [
        "-y",
        "deepthonk"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.deepthonk]
command = "npx"
args = ["-y", "deepthonk"]
.cursor/mcp.json
{
  "mcpServers": {
    "deepthonk": {
      "args": [
        "-y",
        "deepthonk"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "deepthonk": {
      "args": [
        "-y",
        "deepthonk"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DEEPSEEK_API_KEY (API key for the DeepSeek provider. Optional: omit to use MCP sampling or another provider.), OPENROUTER_API_KEY (API key for the OpenRouter provider. Optional: omit to use MCP sampling or another provider.), DEEPTHONK_API_KEY (API key for a custom openai-compatible provider endpoint. Optional.), DEEPTHONK_CONFIG (Path to config.yaml. Defaults to ~/.config/deepthonk/config.yaml.), DEEPTHONK_PROFILES_DIR (Directory of custom profile YAML files. Defaults to the config directory's profiles/.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to DeepThonk

same job, measured the same way
MCP Imagenate
by mimo-3

MCP server for image generation using multiple providers (Google Gemini, OpenAI, BFL FLUX)

644 installs/wk local only
Imagine MCP
by n24q02m

MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)

1 316 installs/wk local only
Nanobanana MCP Server
by zhongweili

An MCP server that provides image generation and editing capabilities

2 185 installs/wk local only
Sayou Opendart MCP
by kcw2034-sayouzone

An MCP server that provides OpenDart API

60 installs/wk local only
MCP Opendart Server
by kcw2034-sayouzone

An MCP server that provides OpenDart API

local only
Dsr MCP Server
by grupo-avispa

An MCP server that provides tools for interacting with Deep State Representation (DSR) graphs.

local only
Landing
by ryudi84

MCP server for generating production-ready HTML landing pages.

28 installs/wk local only
GPT Image
by codechap

MCP server for OpenAI GPT image generation and editing

local only

DeepThonk — questions

Answers built from our own checks of this server.

Why is there no uptime for DeepThonk?
DeepThonk runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package deepthonk was installed 208 times last week.
How do I connect DeepThonk?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls deepthonk straight from npm; nothing to host, nothing to sign up for.
How many people use DeepThonk?
The npm package deepthonk was installed 208 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DeepThonk open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.