MCP Directory
Back

mcpfs

by jeswin · JavaScript · ★ 0

Quick port of modelcontextprotocol/server-filesystem to http streaming

Install

npx -y github:jeswin/mcpfs

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcpfs": {
      "command": "npx",
      "args": [
        "-y",
        "github:jeswin/mcpfs"
      ]
    }
  }
}

From the README

An HTTP streaming port of the official [MCP Filesystem Server](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) by Anthropic. This is a port of [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) that replaces the **stdio** transport with **HTTP Streaming** (Streamable HTTP transport). The original MCP filesystem server uses stdio transport, which works well for local CLI integrations but has limitations: - Requires spawning a subprocess for each connection - Not suitable for remote/networked deployment…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers