MCP Sftp Orchestrator
Rank #41,448io.github.fkom13/mcp-sftp-orchestrator
MCP server providing sftp-orchestrator capabilities
MCP Sftp Orchestrator is a Model Context Protocol (MCP) server published by fkom13. It ranks #41,448 of 115,591 servers tracked on MCP Toplist. MCP Sftp Orchestrator is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Oct 21, 2025 and most recently updated on Nov 14, 2025.
Ranks ahead of 74,143 of 115,591 servers on MCP Toplist.
Use MCP Sftp Orchestrator
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-sftp-orchestrator -- npx -y mcp-orchestrator-server[mcp_servers.mcp-sftp-orchestrator]
command = "npx"
args = ["-y", "mcp-orchestrator-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-sftp-orchestrator": {
"command": "npx",
"args": [
"-y",
"mcp-orchestrator-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-sftp-orchestrator": {
"command": "npx",
"args": [
"-y",
"mcp-orchestrator-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-sftp-orchestrator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-orchestrator-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-sftp-orchestrator": {
"command": "npx",
"args": [
"-y",
"mcp-orchestrator-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-sftp-orchestrator": {
"command": "npx",
"args": [
"-y",
"mcp-orchestrator-server"
]
}
}
}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.fkom13%2Fmcp-sftp-orchestrator)<a href="https://mcptoplist.com/server/io.github.fkom13%2Fmcp-sftp-orchestrator"><img src="https://mcptoplist.com/badge/io.github.fkom13%2Fmcp-sftp-orchestrator.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
fkom13
Other servers by fkom13
View all fkom13 servers →Available versions (2)
| Version | Published |
|---|---|
| 8.0.4 | Nov 14, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Sftp Orchestrator?
- MCP Sftp Orchestrator is maintained by fkom13, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is MCP Sftp Orchestrator listed on the Official MCP Registry?
- Yes — MCP Sftp Orchestrator is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MCP Sftp Orchestrator have?
- MCP Toplist tracks 2 versions of MCP Sftp Orchestrator, most recently published on Nov 14, 2025.
- Where can I find the source code for MCP Sftp Orchestrator?
- The source code for MCP Sftp Orchestrator is hosted at github.com/fkom13/mcp-sftp-orchestrator.