Filesystem2
Freeby MCP Community
MCP-compatible server tool for filesystem access from https://github.com/adisuryanathan/modelcontextprotocol-servers.git
v1.0.0Added Apr 12, 2026
Filesystem2 MCP Server
MCP-compatible server tool for filesystem access from https://github.com/adisuryanathan/modelcontextprotocol-servers.git
Installation
Reviews
Installation
Quick install
npx -y @adisuryanathanael/mcp-server-filesystem2
Add to claude_desktop_config.json
{
"mcpServers": {
"filesystem2": {
"command": "npx",
"args": ["-y", "@adisuryanathanael/mcp-server-filesystem2"]
}
}
}