Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Ai Distiller

БесплатноНе проверен

Provides filesystem access to Claude via the MCP protocol, enabling local file operations through natural language.

GitHubEmbed

Описание

Provides filesystem access to Claude via the MCP protocol, enabling local file operations through natural language.

README

References

Claude Desktop Extensions

TL;DR

Only works in local Claude for now.

TODO: dxt package is too big to be added as an extension. Fix this

To test it locally:

  1. uv pip compile pyproject.toml > requirements.txt
  2. uv run mcp-server --debug

To run it in Claude, add this to your claude_config.json file:

    "ai_distiller": {
      "command": "uv",
      "args": [
        "--directory", "/Users/fperez/dev/ai-distiller-mcp",
        "run",
        "mcp-server"
      ]
    },

Dev

Requirements

  • pixi
  • uv

Install dev env

pixi clean ; pixi install

Run local server for dev purposes

pixi run python -m server.main --debug

Testing it with Anthropic MCP Inspector

NOTE: Shutdown the local server if you started it

Open the inspector:

DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector

And then:

  • go to the URL specified
  • select stdio as connection method
  • put pixi in Command input box
  • put run python server/main.py --debug in the Arguments input box
  • click connect
  • go to tools and list them

NOTE For testing the server as extension is run when added to Claude try:

PYTHONPATH="/Users/fperez/Library/Application Support/Claude/Claude Extensions/local.dxt.francisco-perez-sorrosal.ai-distiler-mcp/server/lib" python /Users/fperez/Library/Application\ Support/Claude/Claude\ Extensions/local.dxt.francisco-perez-sorrosal.ai-distiler-mcp/server/main.py --debug

Packaging MCP server as DXT

TODO!!!

Init the dxt

TODO This does not implemented yet

Init dxt project with a manifest

npx @anthropic-ai/dxt init --yes

Note When creating the manifest, in the mpc_config section, put the full path to the python interpreter -> "command": "/Users/fperez/.pyenv/shims/python"

Bundle Python libs and Package Project

TODO This is not implemented yet

pixi install
pixi run bundle
pixi run pack

The output .dxt file is created on the dxt-package directory. Once the .dxt file is created you can drag and drop it to Claude (in the Settings/Extensions section.)

from github.com/axonempire/ai-distiller-mcp

Установка Ai Distiller

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/axonempire/ai-distiller-mcp

FAQ

Ai Distiller MCP бесплатный?

Да, Ai Distiller MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Ai Distiller?

Нет, Ai Distiller работает без API-ключей и переменных окружения.

Ai Distiller — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Ai Distiller в Claude Desktop, Claude Code или Cursor?

Открой Ai Distiller на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Ai Distiller with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai