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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides file search functionality with tools for both partial keyword matching and exact word search, returning detailed results with line numbers and column positions.2
- -license-quality-maintenanceEnables exploration and search of local filesystems using glob pattern matching to find files and grep to search for text patterns within files.
- Flicense-quality-maintenanceEnables exploration and search of local filesystems using glob pattern matching to find files and grep to search for text patterns within files.
- FlicenseAqualityDmaintenanceProvides tools to monitor host system health including CPU load, disk usage, and network status while enabling file system management tasks like searching and moving files. It includes built-in safety guards to prevent operations on critical system directories.11
Related MCP Connectors
Securely search and manage workspace context files for AI agents and teams.
Search, browse, and read your Dropbox files. Find documents by name or content, list folders, and…
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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