mcpbeat Sign in

Thask MCP Server

local only

Thask runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 5 Jul 2026.

Dependency-graph MCP server. Tells Claude/Cursor what breaks if you change X. Provenance guards.

Installs per day peak 21 · avg 6 · +194% w/w
a month agotoday
27
Installs / week
npm · @thask-org/cli
8
Stars
3 open issues
5 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node install.js
const result = spawnSync(binary, process.argv.slice(2), { stdio: 'inherit' });
    path := filepath.Join(s.Dir, eventsFileName)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 thask -- npx -y @thask-org/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "thask": {
      "args": [
        "-y",
        "@thask-org/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.thask]
command = "npx"
args = ["-y", "@thask-org/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "thask": {
      "args": [
        "-y",
        "@thask-org/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "thask": {
      "args": [
        "-y",
        "@thask-org/cli"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: THASK_URL (URL of your Thask server (e.g. https://thask.kimgh06.com or http://localhost:7244). Can also be set via `thask config set url <url>`.), THASK_TOKEN (API key for your Thask account. Generate via `thask login` (browser flow, recommended) or in the web UI settings.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Thask

same job, measured the same way
Gency MCP
by gency

Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code

52 installs/wk local only
Flyto Indexer
by chesterhsu

Code intelligence MCP server: impact analysis, dependency graphs, dead code detection.

local only
Flyto Indexer
by flytohub

Code intelligence MCP server — impact analysis, semantic search, dependency graphs

533 installs/wk local only
WHMCS MCP Server
by daddariotech

Connect Claude, ChatGPT, and Cursor to live WHMCS over MCP.

local only
Sonde
by anishmoncivarghese

Local code graph for TypeScript, Python and Swift: who calls this, what breaks if I change it.

91 installs/wk local only
LineBreak Gate & Spec Bridge
by linebreakapp

Approved acceptance criteria served over MCP to Claude Code, Cursor, or Codex. Git-only, sealed.

241 installs/wk local only
SPOC
by spoc-app

stdio bridge for the SPOC MCP server — for Claude Desktop, Cursor, Zed

223 installs/wk local only
Mobileproxy
by mobileproxy

MCP server for mobileproxy.space — manage your mobile proxies from Claude, Cursor, Windsurf.

25 installs/wk local only

Thask — questions

Answers built from our own checks of this server.

Why is there no uptime for Thask?
Thask 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 @thask-org/cli was installed 27 times last week.
How do I connect Thask?
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 @thask-org/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Thask?
The npm package @thask-org/cli was installed 27 times in the last week. Week over week that is +194%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Thask open source?
Yes — it is published under the MIT licence, written in Go, 8 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.