ellmos FileCommander
Rank #29,654io.github.ellmos-ai/ellmos-filecommander-mcp
Filesystem MCP server: files, processes, sessions, async search, OCR, archives, safe delete.
ellmos FileCommander is a Model Context Protocol (MCP) server published by ellmos-ai. It ranks #29,654 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. ellmos FileCommander is listed on Official MCP, with 1 tracked version. It was first listed on May 17, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 85,806 of 115,460 servers on MCP Toplist.
Use ellmos FileCommander
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ellmos-filecommander-mcp -- npx -y ellmos-filecommander-mcp[mcp_servers.ellmos-filecommander-mcp]
command = "npx"
args = ["-y", "ellmos-filecommander-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ellmos-filecommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-filecommander-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ellmos-filecommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-filecommander-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ellmos-filecommander-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ellmos-filecommander-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ellmos-filecommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-filecommander-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ellmos-filecommander-mcp": {
"command": "npx",
"args": [
"-y",
"ellmos-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.ellmos-ai%2Fellmos-filecommander-mcp)<a href="https://mcptoplist.com/server/io.github.ellmos-ai%2Fellmos-filecommander-mcp"><img src="https://mcptoplist.com/badge/io.github.ellmos-ai%2Fellmos-filecommander-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ellmos-ai
Other servers by ellmos-ai
- ellmos ControlCenter#11,117 · 1 ver
- open-compute (computer-use)#11,854 · 2 vers
- ellmos Homebase#13,790 · 1 ver
- Ellmos Clatcher MCP#14,109 · 1 ver
- ellmos Blender Use#14,328 · 1 ver
- ellmos ServerCommander#17,969 · 1 ver
- n8n Manager MCP#27,068 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.9.3 | Jul 24, 2026 |
Frequently asked questions
- Who maintains ellmos FileCommander?
- ellmos FileCommander is maintained by ellmos-ai, which publishes 12 MCP servers (9 total versions) tracked on MCP Toplist.
- Is ellmos FileCommander listed on the Official MCP Registry?
- Yes — ellmos FileCommander is listed on the Official MCP Registry.
- How many versions does ellmos FileCommander have?
- MCP Toplist tracks 1 version of ellmos FileCommander, most recently published on Jul 24, 2026.
- Where can I find the source code for ellmos FileCommander?
- The source code for ellmos FileCommander is hosted at github.com/ellmos-ai/ellmos-filecommander-mcp.