Bach Filecommander MCP
Rank #19,465io.github.lukisch/bach-filecommander-mcp
MCP server providing bach-filecommander-mcp capabilities
Bach Filecommander MCP is a Model Context Protocol (MCP) server published by lukisch. It ranks #19,465 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Bach Filecommander MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Feb 14, 2026 and most recently updated on Feb 17, 2026.
Ranks ahead of 96,126 of 115,591 servers on MCP Toplist.
Use Bach Filecommander MCP
claude mcp add bach-filecommander-mcp -- npx -y bach-filecommander-mcp[mcp_servers.bach-filecommander-mcp]
command = "npx"
args = ["-y", "bach-filecommander-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"bach-filecommander-mcp": {
"command": "npx",
"args": [
"-y",
"bach-filecommander-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"bach-filecommander-mcp": {
"command": "npx",
"args": [
"-y",
"bach-filecommander-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"bach-filecommander-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bach-filecommander-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bach-filecommander-mcp": {
"command": "npx",
"args": [
"-y",
"bach-filecommander-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bach-filecommander-mcp": {
"command": "npx",
"args": [
"-y",
"bach-filecommander-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lukisch%2Fbach-filecommander-mcp)<a href="https://mcptoplist.com/server/io.github.lukisch%2Fbach-filecommander-mcp"><img src="https://mcptoplist.com/badge/io.github.lukisch%2Fbach-filecommander-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
lukisch
Other servers by lukisch
View all lukisch servers →Available versions (3)
| Version | Published |
|---|---|
| 1.7.0 | Feb 17, 2026 |
| 1.6.1 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Bach Filecommander MCP?
- Bach Filecommander MCP is maintained by lukisch, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Bach Filecommander MCP listed on the Official MCP Registry?
- Yes — Bach Filecommander MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Bach Filecommander MCP have?
- MCP Toplist tracks 3 versions of Bach Filecommander MCP, most recently published on Feb 17, 2026.
- Where can I find the source code for Bach Filecommander MCP?
- The source code for Bach Filecommander MCP is hosted at github.com/lukisch/bach-filecommander-mcp.