mcpbeat Sign in

fs-mcp-rs MCP Server

local only

fs-mcp-rs runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 1 Aug 2026.

A fast, configurable filesystem server for the Model Context Protocol (MCP), written in Rust.

Installs per day peak 813 · avg 33 · -91% w/w
a month agotoday
62
Installs / week
npm · fs-mcp-rs
6
Stars
0 open issues
1 Aug 2026
Last commit
0 releases in 90 days
License
Rust

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node bin/index.js --download-only
File ships in the package but is absent from the source [пакет] bin/index.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable npm/bin/index.js:88, [пакет] bin/index.js:88
  const archivePath = path.join(cacheDir, info.archiveName);
      execSync(`powershell -Command "Expand-Archive -Path '${archivePath}' -DestinationPath '${extractDir}' -Force"`);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fs-mcp-rs -- npx -y fs-mcp-rs
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fs-mcp-rs": {
      "args": [
        "-y",
        "fs-mcp-rs"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fs-mcp-rs]
command = "npx"
args = ["-y", "fs-mcp-rs"]
.cursor/mcp.json
{
  "mcpServers": {
    "fs-mcp-rs": {
      "args": [
        "-y",
        "fs-mcp-rs"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fs-mcp-rs": {
      "args": [
        "-y",
        "fs-mcp-rs"
      ],
      "command": "npx"
    }
  }
}

Alternatives to fs-mcp-rs

same job, measured the same way
FileSystem MCP Server
by oncorporation

Secure filesystem access for AI agents with configurable directory and file type restrictions

112 installs/wk local only
Kubeview
by mikhae1

Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.

381 installs/wk local only
MCP Server Filesystem
by bytedance

MCP server for filesystem access

465 installs/wk local only
Filesystem MCP
by j0hanz

Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.

1 086 installs/wk local only
MCP Tmux
by k8ika0s

Model Context Protocol server that lets LLMs collaboratively drive tmux

51 installs/wk local only
MCP Context Server
by alex-feel

An MCP server that provides persistent multimodal context storage for LLM agents.

472 installs/wk local only
I
Local Skills MCP
by rkdpa

Universal MCP server for local filesystem skills with lazy loading and context-efficient discovery

98 installs/wk local only
MemoFS MCP Server
by memofs

Persistent memory and virtual filesystem MCP server for AI agents.

90 installs/wk answering

fs-mcp-rs — questions

Answers built from our own checks of this server.

Why is there no uptime for fs-mcp-rs?
fs-mcp-rs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package fs-mcp-rs was installed 62 times last week.
How do I connect fs-mcp-rs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fs-mcp-rs straight from npm; nothing to host, nothing to sign up for.
How many people use fs-mcp-rs?
The npm package fs-mcp-rs was installed 62 times in the last week. Week over week that is -91%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is fs-mcp-rs open source?
We cannot say either way: written in Rust and 6 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.