Filesystem
Freeby MCP Community
Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.
v1.19.1Added Apr 12, 2026
mcpmodel-context-protocolmcp-serverfilesystemfile-management
Filesystem MCP Server
Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.
Installation
npx -y @j0hanz/filesystem-mcp
Reviews
Installation
Quick install
npx -y @j0hanz/filesystem-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@j0hanz/filesystem-mcp"]
}
}
}