Filesystem Logo

Filesystem

Official 1-Click Ready

Read, write, and manipulate local files through a controlled API.

189 views
17 installs
Updated Sep 14, 2025
Audited
Read, write, and manipulate local files through a controlled API.

Tools

1 / 3

read_file

Read the complete contents of a file as text. DEPRECATED: Use read_text_file instead.

read_text_file

Read the complete contents of a file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examin...

read_media_file

Read an image or audio file. Returns the base64 encoded data and MIME type. Only works within allowed directories.

read_multiple_files

Read the contents of multiple files simultaneously. This is more efficient than reading files one by one when you need to analyze or compare multiple files. Each file's content is returned with its pa...

write_file

Create a new file or completely overwrite an existing file with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding. Only works...

Quick Start

Similar MCP Servers