SSH server management with zero-token SFTP file transfer and SOCKS proxy support
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).
Run
npx -y @nl4ever/sshmcp
MCP client config
{
"mcpServers": {
"ssh-mcp-server": {
"command": "npx",
"args": [
"-y",
"@nl4ever/sshmcp"
]
}
}
}