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