MCP server exposing SSH control for Linux servers via Model Context Protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ssh-mcp": {
"command": "npx",
"args": [
"-y",
"tufantunc/ssh-mcp"
]
}
}
}
Run in terminal:
claude mcp add ssh-mcp npx -y tufantunc/ssh-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"ssh-mcp": {
"command": "npx",
"args": [
"-y",
"tufantunc/ssh-mcp"
]
}
}
}