Filesystem
Freeby MCP Community
An MCP server providing filesystem tools relative to a project root.
v0.5.8Added Apr 12, 2026
Filesystem MCP Server
An MCP server providing filesystem tools relative to a project root.
Installation
npx -y @shtse8/filesystem-mcp
Reviews
Installation
Quick install
npx -y @shtse8/filesystem-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@shtse8/filesystem-mcp"]
}
}
}