SSH MCP Server

SSH MCP Server

Local
@yawlabs5TypeScriptMITUpdated 2 days ago

MCP server for SSH operations with built-in diagnostics

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).

npm@yawlabs/ssh-mcpv0.17.0

Run

npx -y @yawlabs/ssh-mcp

MCP client config

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