Filesystem Server
Freeby MCP Community
MCP Filesystem Server with unrestricted filesystem access and pwd-based relative paths
v1.0.3Added Apr 12, 2026
Filesystem Server MCP Server
MCP Filesystem Server with unrestricted filesystem access and pwd-based relative paths
Installation
npx -y mcp-filesystem-server
Reviews
Installation
Quick install
npx -y mcp-filesystem-server
Add to claude_desktop_config.json
{
"mcpServers": {
"filesystem-server": {
"command": "npx",
"args": ["-y", "mcp-filesystem-server"]
}
}
}