mcpbeat Sign in

BACH FileCommander MCP Server

local only

BACH FileCommander runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 13 Sep 2026.

43 tools for filesystem, process management, sessions, search, OCR, ZIP, and PDF export.

Installs per day peak 16 · avg 5 · -14% w/w
a month agotoday
40
Installs / week
npm · bach-filecommander-mcp
4
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call fc_set_language.language → src/index.ts:4300, fc_set_language.language → src/index.ts:4241, fc_set_language.language → src/index.ts:4426 и ещё 1
      await fs.writeFile(params.output_path, text, 'utf-8');

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 bach-filecommander-mcp -- npx -y bach-filecommander-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bach-filecommander-mcp": {
      "args": [
        "-y",
        "bach-filecommander-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bach-filecommander-mcp]
command = "npx"
args = ["-y", "bach-filecommander-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bach-filecommander-mcp": {
      "args": [
        "-y",
        "bach-filecommander-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bach-filecommander-mcp": {
      "args": [
        "-y",
        "bach-filecommander-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to BACH FileCommander

same job, measured the same way
ellmos FileCommander
by ellmos-ai

Filesystem MCP server: files, processes, sessions, async search, OCR, archives, safe delete.

100 installs/wk local only
MCP Server Cloud Fs
by nogoo9

Cloud replacement for mcp-server-filesystem — 20 tools for S3, Azure Blob, and GCS

43 installs/wk local only
Filesystem Context
by j0hanz

🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis

local only
MCP Devtools
by marin1321

MCP server giving AI agents safe access to filesystem, databases, processes, and APIs.

37 installs/wk local only
Leclerc Drive
by skunkobi

MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude

65 installs/wk local only
Files
by abhishekkumar2021

Sandboxed local filesystem: read, search, edit, copy, archive, and safely manage files.

58 installs/wk local only
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only
Scout for Premiere Pro
by tro2789

Drive Adobe Premiere Pro from an AI agent: transcript search, markers, cuts, exports, 277 tools.

local only

BACH FileCommander — questions

Answers built from our own checks of this server.

Why is there no uptime for BACH FileCommander?
BACH FileCommander 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 bach-filecommander-mcp was installed 40 times last week.
How do I connect BACH FileCommander?
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 bach-filecommander-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use BACH FileCommander?
The npm package bach-filecommander-mcp was installed 40 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BACH FileCommander open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.