MCP Servers / file-system / Filesystem MCP Server

Filesystem MCP Server

JSON →
none2file-system

Perform filesystem operations within specified directories.

Install
How to run this server

No install command recorded.

server path: filesystem-mcp-server-3
Tools
What this server exposes
read_file
Read complete contents of a file with UTF-8 encoding
read_multiple_files
Read multiple files simultaneously; failed reads won't stop the entire operation
write_file
Create new file or overwrite existing file with specified content
create_directory
Create new directory or ensure it exists, creating parent directories if needed
list_directory
List directory contents with [FILE] or [DIR] prefixes
move_file
Move or rename files and directories; fails if destination exists
search_files
Recursively search for files/directories with case-insensitive pattern matching
get_file_info
Get detailed file/directory metadata including size, creation time, modified time, access time, type, and permissions
list_allowed_directories
List all directories the server is allowed to access
Configuration
Environment & auth
authnone
Resources
Filesystem MCP Server — MCP Server · libregistry