mcp-filesystem-server

mcp-filesystem-server

4

The Filesystem MCP Server is a specialized server implementation allowing file system operations, analysis, and manipulations via the Model Context Protocol. It supports directory and file operations, text analysis, and ZIP file management through a structured interface.

list_directory

List directory content and its metadata

create_directory

Create a new directory

read_file

Read file content

write_file

Write content to file

append_file

Append content to file

analyze_text

Analyze text file properties

calculate_hash

Calculate file hash value

find_duplicates

Find duplicate files

create_zip

Create ZIP compressed files

extract_zip

Extract ZIP compressed files