Ssh
Freeby MCP Community
MCP server exposing SSH control for Linux and Windows systems via Model Context Protocol.
v1.5.0Added Apr 12, 2026
sshmcpmodel-context-protocolserverwindows
Ssh MCP Server
MCP server exposing SSH control for Linux and Windows systems via Model Context Protocol.
Installation
Reviews
Installation
Quick install
npx -y ssh-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"ssh": {
"command": "npx",
"args": ["-y", "ssh-mcp"]
}
}
}