Local File System MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Local File System MCP Servercheck disk usage of my Downloads folder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mon_serveur_mcp
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 mcpRelated MCP server: Local Filesystem MCP Server
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.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MomoSGM/Mcp_mohamedNour'
If you have feedback or need assistance with the MCP directory API, please join our Discord server