enhanced-filesystem-mcp

enhanced-filesystem-mcp

High-performance MCP server giving AI agents advanced filesystem and automation capabilities on Windows, with 26 tools across file I/O, search, Git, process management, and more.

Category
Visit Server

README

Enhanced Filesystem MCP Server

CI Node Version License: MIT

High-performance Model Context Protocol (MCP) server giving AI agents advanced filesystem and automation capabilities on Windows.

26 tools across file I/O, search, Git, process management, Ollama, HTTP, SSH, Windows UI automation, and more — all from a single server.


Install

Requirements: Node.js >= 22 · Windows (for windows_tool; other tools are cross-platform)

git clone https://github.com/AesirKode/enhanced-filesystem-mcp
cd enhanced-filesystem-mcp
npm install
npm run build

Connect to Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "enhanced-filesystem": {
      "command": "node",
      "args": ["C:/path/to/enhanced-filesystem-mcp/dist/index.js"],
      "env": {
        "ALLOWED_DIRS": "C:/Users/you/Projects",
        "MAX_PARALLEL": "20"
      }
    }
  }
}

The Toolkit (26 Tools)

File Operations

Tool Purpose
efs_read Read any file with caching and pagination
efs_write Write files of any size — no chunking
efs_edit Surgical find/replace
efs_list Directory listing with depth and pattern filters
efs_info File metadata: size, type, timestamps
efs_delete Delete files or directories
efs_move Move or rename
efs_search Parallel file/content search
efs_batch Atomic multi-operation execution with rollback
efs_git Git: status, diff, log, blame, commit

Execution & Process

Tool Purpose
efs_exec Shell command execution
efs_python Python with persistent sessions
process_tool Service/GPU management + NVIDIA stats

AI & Integration

Tool Purpose
ollama_tool Ollama LLM: generate, chat, pull, manage models
http_tool HTTP client with auth, retry, file download
json_tool Deep JSON with JSONPath queries

Utilities

Tool Purpose
archive_tool Zip: create, extract, list, add
hash_tool MD5 / SHA1 / SHA256 / SHA512
clipboard_tool System clipboard read/write
download_tool Smart downloads from CivitAI, HuggingFace, URLs
model_tool GGUF/Safetensors inspection without loading
yaml_tool YAML/TOML config management
diff_tool File and directory comparison
windows_tool Windows UI automation: keyboard, mouse, screenshots
analysis_tool TypeScript/JS code structure analysis
ssh_tool SSH client with SFTP

Configuration

All settings via environment variables:

Variable Default Description
ALLOWED_DIRS (none) Comma-separated allowed directories
CACHE_SIZE 100 LRU cache entries
MAX_PARALLEL 20 Max parallel operations
MODELS_DIR D:\Models Base path for download_tool auto-placement

Contributing

See CONTRIBUTING.md. Bug reports and feature requests welcome via GitHub Issues.

License

MIT — Aesir / David R.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured