Skip to content

Server Filesystem Http

Free

by MCP Community

MCP filesystem server with HTTP streaming transport

v0.1.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server Filesystem Http MCP Server

MCP filesystem server with HTTP streaming transport

Installation

npx -y server-filesystem-http

Reviews

Leave a Review

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"]
    }
  }
}