MCP Filesystem
Provides filesystem operations (create directories, list files, delete files) through natural language commands processed by Ollama local LLM.
Click on "Deploy 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., "@MCP FilesystemCreate a folder named 'data'."
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.
MCP Filesystem
A simple Model Context Protocol (MCP) application that provides filesystem operations using Ollama local LLM. This project demonstrates the integration of local AI models with filesystem operations through a client-server architecture.
Architecture

Related MCP server: filesystem-mcp
Features
Client-server architecture using MCP protocol
Integration with Ollama local LLM (Microsoft Phi-3 3.8b model)
Directory creation capabilities
Conversational CLI interface
Secure file system operations within allowed directories
Prerequisites
Node.js
Ollama with Phi-3 3.8b model installed
Basic understanding of terminal operations
Installation
Clone the repository
Install dependencies:
npm installConfiguration
The server accepts allowed directories as command-line arguments. These directories will be the only locations where the application can perform filesystem operations.
Usage
Start the server:
npm startThe client will automatically start the server and connect to Ollama. You can then interact with the system through natural language commands.
Example commands:
"Create a directory named 'test'"
"List the files in the current directory"
"Delete the file 'test.txt'"
Project Structure
client.js: MCP client implementation with Ollama integrationserver.js: MCP server implementation with filesystem operations
Dependencies
@modelcontextprotocol/sdk : Core MCP SDK
Ollama : Local AI model for natural language processing
Microsoft Phi-3 3.8b model : AI model for natural language processing
This server cannot be deployed
Maintenance
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Browse and manage files in your Moxt AI workspace from any MCP client.
Shared memory and actions for Claude, Kiro, OpenAI, Cursor, and other MCP-compatible AI clients.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAutomates file system operations through natural language commands using a combination of LLM (Ollama), MCP tools, and a Python bridge agent.-
- AlicenseAqualityAmaintenanceMCP Server that enables LLMs to interact with the local filesystem.131,086 npm22MIT
- FlicenseNot gradedqualityDmaintenanceEnables natural language file operations and intelligent file analysis via MCP, supporting CRUD actions and multi-step reasoning for directory management.1-
- AlicenseAqualityDmaintenanceProvides LLMs with local filesystem operations (read/write files, list directories) and command execution via MCP, enabling file management and task automation within AI clients.714 npmISC