Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Local File System Server

FreeNot checked

Provides tools to check disk usage and search files by keyword on the local system.

GitHubEmbed

About

Provides tools to check disk usage and search files by keyword on the local system.

README

Serveur MCP local exposant deux outils :

  • disk_usage(path) — taille totale d'un dossier (info système)
  • find_files(directory, keyword) — recherche de fichiers par mot-clé (outil personnel)

Installation (macOS)

cd mon_serveur_mcp
python3 -m venv .venv
source .venv/bin/activate
pip install mcp

Vérifier que le serveur démarre

python server.py

(Le serveur attend des messages sur l'entrée standard : il semble "ne rien faire", c'est normal. Aucune erreur = démarrage OK. Ctrl+C pour quitter.)

Brancher dans Claude Desktop

Éditer le fichier : ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mon-serveur": {
      "command": "/CHEMIN/ABSOLU/mon_serveur_mcp/.venv/bin/python",
      "args": ["/CHEMIN/ABSOLU/mon_serveur_mcp/server.py"]
    }
  }
}

IMPORTANT : command doit pointer vers le python du venv (où mcp est installé), pas vers un python générique — sinon Claude Desktop ne trouvera pas le module mcp.

Puis quitter complètement Claude Desktop (Cmd+Q) et le relancer.

from github.com/MomoSGM/Mcp_mohamedNour

Installing Local File System Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/MomoSGM/Mcp_mohamedNour

FAQ

Is Local File System Server MCP free?

Yes, Local File System Server MCP is free — one-click install via Unyly at no cost.

Does Local File System Server need an API key?

No, Local File System Server runs without API keys or environment variables.

Is Local File System Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Local File System Server in Claude Desktop, Claude Code or Cursor?

Open Local File System Server 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

Compare Local File System Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs