mcpbeat Sign in

Distil MCP Server

local only

Distil runs on your own machine — the client starts it, so there is no endpoint to ping. 1 624 installs a week from pypi. Last commit 18 Sep 2026.

Reversibly compress tool outputs to recoverable handles; expand to exact original bytes on demand.

Installs per day peak 1 281 · avg 429 · -20% w/w
a month agotoday
1 624
Installs / week
pypi · distil-llm
16
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 9 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
setup.py: выполняет код при установке пакета
const child = spawn(runner.cmd, args, { stdio: "inherit" });
    lib_dir = os.path.join(fw_prefix, 'Python.framework', 'Versions', ver, 'lib')
Runs with shell=True [пакет] distil/cli.py:1955, distil/cli.py:2066
    rc = subprocess.run(cmd, shell=True).returncode
Dumps the whole environment [пакет] distil/hotswap.py:338, distil/hotswap.py:340, [пакет] distil/proxy.py:2274 и ещё 1
        env = dict(os.environ)

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 distil -- uvx distil-llm
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "distil": {
      "args": [
        "distil-llm"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.distil]
command = "uvx"
args = ["distil-llm"]
.cursor/mcp.json
{
  "mcpServers": {
    "distil": {
      "args": [
        "distil-llm"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "distil": {
      "args": [
        "distil-llm"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Distil

same job, measured the same way
Token Optimizer
by omkar9854

Reversible context compression for AI agents: cut token usage up to 94%, originals retrievable

23 installs/wk local only
Densely
by alibaizhanov

Lossless context compression: 2-8x fewer tokens, byte-exact recovery, search inside payloads

105 installs/wk local only
I
Geepers MCP
by geepers4242

Resolve Geepers physical handles to exact coordinates + navigation for AI agents.

36 installs/wk local only
Context Firewall
by alepha188838884

Local MCP proxy: collapses N servers' tools into 4 meta-tools and compresses large tool outputs.

42 installs/wk local only
Amcharts5
by amcharts

On-demand access to amCharts 5 docs, code examples, and API reference

483 installs/wk local only
Air
by 10iii

AI-optimized tool output compression for read, grep, diff, bash, test, web, search, and more

74 installs/wk local only
llmtrim
by fkiene

MCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost.

156 installs/wk local only
DicePDF
by ishan-maheshwari

Local-first PDF tools for AI agents: merge, split, extract, render, compress. Files stay on-device.

16 installs/wk local only

Distil — questions

Answers built from our own checks of this server.

Why is there no uptime for Distil?
Distil 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 pypi package distil-llm was installed 1 624 times last week.
How do I connect Distil?
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 distil-llm straight from pypi; nothing to host, nothing to sign up for.
How many people use Distil?
The pypi package distil-llm was installed 1 624 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Distil open source?
We cannot say either way: written in Python and 16 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.