SSH LICCO MCP Server for Claude Desktop
io.github.echoqili/ssh-licco
SSH Model Context Protocol Server - Enable SSH functionality for AI models
client:Claude Desktop
transport:stdio
runtime:pypi
Install SSH LICCO MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ssh-licco": {
"command": "uvx",
"args": [
"ssh-licco"
],
"env": {
"SSH_HOST": "<SSH_HOST>",
"SSH_USER": "<SSH_USER>",
"SSH_PASSWORD": "<SSH_PASSWORD>",
"SSH_PORT": "<SSH_PORT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs