ssh-server-mcp

bhayanak/ssh-server-mcp
★ 1 stars TypeScript 💻 Code/Dev Tools Updated 7d ago
SSH MCP Server that enables AI assistants (e.g., Claude, Copilot) to connect to remote machines over SSH, execute commands, transfer files via SFTP, and manage interactive shell sessions.
View on GitHub →

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-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bhayanak/ssh-server-mcp"
      ]
    }
  }
}