SSH MCP Server for Claude Desktop
io.github.yawlabs/ssh-mcp
MCP server for SSH operations with built-in diagnostics
client:Claude Desktop
transport:stdio
runtime:npm
Install SSH MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ssh-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/ssh-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs