tufantunc/ssh-mcp
MCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication.
Quick Start
Clone the repository:
git clone https://github.com/tufantunc/ssh-mcpClaude Desktop configuration example:
{
"mcpServers": {
"tufantunc-ssh-mcp": {
"command": "npx",
"args": [
"-y",
"tufantunc/ssh-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.