Odel
ssh client mcp server

ssh client mcp server

Local
@jordanburke3TypeScriptMITUpdated 2mo ago

MCP server for executing shell commands on remote hosts via SSH.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmssh-client-mcp-serverv1.5.1

Run

npx -y ssh-client-mcp-server

MCP client config

{
  "mcpServers": {
    "ssh-client-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ssh-client-mcp-server"
      ]
    }
  }
}