Fs
Freeby MCP Community
MCP filesystem server with HTTP streaming transport
v0.1.0Added Apr 12, 2026
Fs MCP Server
MCP filesystem server with HTTP streaming transport
Installation
npx -y mcpfs
Reviews
Installation
Quick install
npx -y mcpfs
Add to claude_desktop_config.json
{
"mcpServers": {
"fs": {
"command": "npx",
"args": ["-y", "mcpfs"]
}
}
}