Shutil
FreeNot checkedProvides asynchronous file system operations (ls, cp, mv, etc.) with structured JSON output and optional jail restriction for AI agents.
About
Provides asynchronous file system operations (ls, cp, mv, etc.) with structured JSON output and optional jail restriction for AI agents.
README
An MCP server providing asynchronous shell utilities using aioshutil.
This project offers a set of file system tools designed for AI agents, returning structured JSON output instead of raw text. This allows for more precise and direct consumption of file system data by AI models.
Features
- Asynchronous Operations: Leverages
aioshutilfor non-blocking file system tasks. - JSON Output: All tools return minified JSON, optimized for AI agents.
- Jail Support: Restrict file system access to a specific directory tree for security.
- Detailed Metadata: Tools like
lsprovide comprehensive information (size, mtime, mode, owner, etc.). - HTTP Transport Support: Includes built-in support for SSE and Streamable HTTP transports.
Available Tools
ls: List directory contents with detailed metadata.cp: Copy files or directories recursively.mv: Move/rename files or directories.rm: Remove files or directories recursively.chmod: Change file/directory permissions.chown: Change file/directory ownership.disk_usage: Get disk usage statistics for a path.which: Find the path to an executable.cat: Read file content, optionally limited to a specific line range.make_archive: Create archive files (zip, tar, etc.).unpack_archive: Unpack archive files.get_archive_formats: List supported archive formats.
Installation
pip install shutil-mcp
Usage
Run with stdio transport
shutil-mcp --transport stdio
Run with jail restriction
shutil-mcp --transport stdio --jail /path/to/projects
Run as SSE server
shutil-mcp --transport sse --jail /path/to/projects --port 8000
Development
See @DEVELOPMENT.md for detailed development instructions.
License
MIT
Install Shutil in Claude Desktop, Claude Code & Cursor
unyly install shutil-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 shutil-mcp -- uvx shutil-mcpFAQ
Is Shutil MCP free?
Yes, Shutil MCP is free — one-click install via Unyly at no cost.
Does Shutil need an API key?
No, Shutil runs without API keys or environment variables.
Is Shutil hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Shutil in Claude Desktop, Claude Code or Cursor?
Open Shutil 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 Shutil with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
