Ai Distiller
FreeNot checkedProvides filesystem access to Claude via the MCP protocol, enabling local file operations through natural language.
About
Provides filesystem access to Claude via the MCP protocol, enabling local file operations through natural language.
README
References
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:
uv pip compile pyproject.toml > requirements.txtuv 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
pixiuv
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
pixiinCommandinput box - put
run python server/main.py --debugin theArgumentsinput 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.)
Install Ai Distiller in Claude Desktop, Claude Code & Cursor
unyly install ai-distiller-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add ai-distiller-mcp -- uvx --from git+https://github.com/axonempire/ai-distiller-mcp ai-distiller-mcpFAQ
Is Ai Distiller MCP free?
Yes, Ai Distiller MCP is free — one-click install via Unyly at no cost.
Does Ai Distiller need an API key?
No, Ai Distiller runs without API keys or environment variables.
Is Ai Distiller hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Ai Distiller in Claude Desktop, Claude Code or Cursor?
Open Ai Distiller on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Ai Distiller with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
