Readonly Filesystem MCP Server
About
Provides read-only access to local files and directories.
Details
- Author
- danielsuguimoto
- Categories
- File Management, Other, Developer Tools
Jump to
Setup
Install Readonly Filesystem MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/danielsuguimoto/readonly-filesystem-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Provides read-only access to local files and directories.
Node.js server implementing Model Context Protocol (MCP) for readonly filesystem operations. A clone frommodelcontextprotocol/server-filesystem.
- Read files
- List directories
- Search files
- Get file metadata
Note: The server will only allow operations within directories specified viaargs.
- file://system: File system operations interface
- Read complete contents of a file
- Inputs:
- path(string): File path to read
- from(number): Optional. Start line number for reading. Defaults to 0.
- to(number): Optional. End line number. If not set, reads to the end of the file.
- Read multiple files simultaneously
- Input:paths(string[])
- Failed reads won't stop the entire operation
- List directory contents with [FILE] or [DIR] prefixes
- Input:path(string)
- Recursively search for files/directories
- Inputs:
- path(string): Starting directory
- pattern(string): Search pattern
- excludePatterns(string[]): Exclude any patterns. Glob formats are supported.
- Get detailed file/directory metadata
- Input:path(string)
- Returns:
- Size
- Creation time
- Modified time
- Access time
- Type (file/directory)
- Permissions
- List all directories the server is allowed to access
- No input required
- Returns:
- Directories that this server can read/write from
Add this to yourclaude_desktop_config.json:
Note: you can provide sandboxed directories to the server by mounting them to/projects. Adding theroflag will make the directory readonly by the server.
{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@danielsuguimoto/readonly-server-filesystem", "/Users/username/Desktop", "/path/to/other/allowed/dir" ] } } }
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
An MCP server for viewing, editing, and creating text files, based on the Claude built-in text editor tool.
Filesystem MCP server for secure file operations inside configured directories, including reading, writing, listing, and project navigation.
Provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.
Provides AI agents with secure access to local filesystem operations like reading, writing, and managing files and directories.
Perform file system operations such as reading, writing, patching, and managing directories.
Local-first PDF engine for AI agents. Zero-dep TypeScript, PDF/A, signatures, 800+ pages/sec.
A pyRevit-based MCP server for Autodesk Revit, enabling connection to any MCP-compatible client.
A local server that allows AI to execute Windows CMD commands, read/write files, and manage directories within a specified path.
Securely browse and read files within an Android project, with built-in validation and access controls for sensitive directories.
A cross-platform filesystem server for Linux, macOS, and Windows with secure path restrictions.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





