PluginBench
MCP Server

BACH FileCommander MCP Server

io.github.lukisch/bach-filecommander-mcp

What is the BACH FileCommander MCP server?

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

How to install BACH FileCommander

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bach-filecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bach-filecommander-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bach-filecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bach-filecommander-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bach-filecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bach-filecommander-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bach-filecommander-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bach-filecommander-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add bach-filecommander-mcp -- npx -y bach-filecommander-mcp

Related MCP servers

17 tools for code analysis, JSON repair, encoding fix, format conversion, diff, and regex.

View repository →

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

View repository →