MCP File System Server
MCP server providing file system operations. Supports navigation, reading, writing, analyzing files and command execution.
Tools
File and Directory Operations
ls(path)- List directory contentscd(path)- Change working directory (supports home directory expansion with ~)read_file(path)- Read file contentswrite_file(path, content)- Write content to a filemkdir(path)- Create directoryrm(path)- Remove file or empty directoryrmdir(path)- Remove directory and contents recursivelycp(src, dst)- Copy file or directorymv(src, dst)- Move file or directory
Editing and Searching
edit_file(path, changes)- Apply multiple search/replace operations to a file, where changes is a list of (search_text, replace_text) tuplesgrep(pattern, path)- Search for regex pattern in file(s)
Analysis
summary(path)- Generate summary of Python (.py) and Markdown (.md) files:- Python: Lists functions and classes
- Markdown: Lists headers (lines starting with #)
Batch Operations
read_files(paths)- Read multiple files, returns dict mapping paths to contentssummarize(paths)- Generate summaries for multiple files, returns dict mapping paths to summaries
Project Navigation
work_on(path)- Change to directory, list its contents, and get the notes from CLAUDE.md. Useful for getting familiar with a project at the start of a chat
Code Quality
ruff_check(paths)- Run ruff linter on specified filesruff_format(paths)- Format files using ruff
Command Execution
shell_command(command, args=None, cmdline=None, timeout=30)- Run shell commands and capture their output⚠️ Security Warning: This tool allows arbitrary command execution on the host system. Always inspect and validate commands before allowing them to run, especially if the input source is untrusted.
File System Server
Project Details
- kvas-it/mcp-server-fs
- Last Updated: 3/6/2025
Recomended MCP Servers
Forked repo to customize into Project Management purpose.
This read-only MCP Server allows you to connect to Gmail data from Claude Desktop through CData JDBC Drivers....
Fewsats MCP server
A code reasoning MCP server, a fork of sequential-thinking
Kubernetes Control Plane Server for Managing Multiple Clusters – the central pilot for your k8s fleets✈️✈️
mcp pytest service to update LLM with context about last pytest results
一个简单的获取微博热搜的MCP服务
Alnitak是一个基于nuxt和go开发的前后端分离的弹幕视频网站。 项目实现了视频、专栏、弹幕、评论、点赞、收藏等功能。
simple mcp server to wrap the local instance of grep.





