Back to MCP Servers
🔌

tufantunc/ssh-mcp

MIT

📇 🏠 🐧 🪟 - 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.

TypeScriptAI & LLMs

Install

npx -y -y ssh-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "tufantunc-ssh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "ssh-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.