Submit

sftp-ssh-mcp

@gradyyoung

a year ago
MCP server exposing SSH and SFTP control for Linux and Windows systems via Model Context Protocol.

Tools

sftp_upload

sftp_download

sftp_list

exec

Server Config

{
  "mcpServers": {
    "sftp-ssh-mcp": {
      "command": "npx",
      "args": [
        "sftp-ssh-mcp",
        "-y",
        "--",
        "--host=1.2.3.4",
        "--port=22",
        "--user=root",
        "--password=pass",
        "--key=path/to/key"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.