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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-ssh": {
"command": "npx",
"args": [
"-y",
"liliangshan/mcp-server-ssh"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-ssh npx -y liliangshan/mcp-server-ssh
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-ssh": {
"command": "npx",
"args": [
"-y",
"liliangshan/mcp-server-ssh"
]
}
}
}
📋 Copy