mcp-server-ssh

liliangshan/mcp-server-ssh
★ 0 stars JavaScript Code/Dev Tools Updated 1d ago
Cross-platform SSH MCP server for remote command execution and SFTP file transfers. Supports password and private key authentication without requiring a local SSH client.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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