Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
SSH MCP Server logo
MCP server

SSH MCP Server

Key-only SSH and SFTP access for agents that need files on a remote machine.

0
SaveVisit website ↗

Add it to your client

Community
Install
npx @uarlouski/ssh-mcp-server@latest --configPath=/path/to/ssh-mcp-config.json
mcpServers
{
  "mcpServers": {
    "ssh-sftp-mcp": {
      "command": "npx",
      "args": [
        "@uarlouski/ssh-mcp-server@latest",
        "--configPath=/path/to/ssh-mcp-config.json"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Required
License
Apache-2.0
Tools
ssh_upload_filessh_download_filessh_list_remote_filesssh_delete_remote_filessh_execute_commandssh_list_serversssh_port_forwardssh_execute_template

Hosts come from a JSON config file or from your existing ~/.ssh/config, and only key-based authentication is accepted — no passwords anywhere in the setup. File work goes over SFTP: upload, download, list a remote directory, delete. It also runs commands, opens and closes port-forwarding tunnels, and can narrow what is executable through named command templates.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?