What is the SSH LICCO MCP Server MCP server?
SSH Model Context Protocol Server - Enable SSH functionality for AI models
How to install SSH LICCO MCP Server
Copy-paste configuration for popular MCP clients.
SSH_HOSTrequiredSSH server hostname or IP address
SSH_USERrequiredSSH username for authentication
SSH_PASSWORDsecretSSH password for authentication
SSH_PORTSSH port number
{
"mcpServers": {
"ssh-licco": {
"command": "python",
"args": [
"ssh-licco"
],
"env": {
"SSH_HOST": "<YOUR_SSH_HOST>",
"SSH_USER": "<YOUR_SSH_USER>",
"SSH_PASSWORD": "<YOUR_SSH_PASSWORD>",
"SSH_PORT": "<YOUR_SSH_PORT>"
}
}
}
}{
"mcpServers": {
"ssh-licco": {
"command": "python",
"args": [
"ssh-licco"
],
"env": {
"SSH_HOST": "<YOUR_SSH_HOST>",
"SSH_USER": "<YOUR_SSH_USER>",
"SSH_PASSWORD": "<YOUR_SSH_PASSWORD>",
"SSH_PORT": "<YOUR_SSH_PORT>"
}
}
}
}{
"mcpServers": {
"ssh-licco": {
"command": "python",
"args": [
"ssh-licco"
],
"env": {
"SSH_HOST": "<YOUR_SSH_HOST>",
"SSH_USER": "<YOUR_SSH_USER>",
"SSH_PASSWORD": "<YOUR_SSH_PASSWORD>",
"SSH_PORT": "<YOUR_SSH_PORT>"
}
}
}
}{
"servers": {
"ssh-licco": {
"type": "stdio",
"command": "python",
"args": [
"ssh-licco"
],
"env": {
"SSH_HOST": "<YOUR_SSH_HOST>",
"SSH_USER": "<YOUR_SSH_USER>",
"SSH_PASSWORD": "<YOUR_SSH_PASSWORD>",
"SSH_PORT": "<YOUR_SSH_PORT>"
}
}
}
}claude mcp add ssh-licco --env SSH_HOST=<YOUR_SSH_HOST> --env SSH_USER=<YOUR_SSH_USER> --env SSH_PASSWORD=<YOUR_SSH_PASSWORD> --env SSH_PORT=<YOUR_SSH_PORT> -- python ssh-liccoRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.