Back to directory
@fangjunjie/ssh-mcp-server

@fangjunjie/ssh-mcp-server

@classfang395

SSH-based MCP server that allows remote execution of SSH commands via the MCP protocol

sshremotecommand-executionsecurityautomation

Installation & Configuration

{
  "mcpServers": {
    "ssh-mpc-server": {
      "command": "npx",
      "args": [
        "-y",
        "@fangjunjie/ssh-mcp-server",
        "--host 192.168.1.1",
        "--port 22",
        "--username root",
        "--password pwd123456"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/16
Updated
2026/5/31