mcpbeat Sign in

SSH Client MCP Server

local only

SSH Client MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 14 Sep 2026.

MCP server for executing shell commands on remote hosts via SSH.

Installs per day peak 16 · avg 8 · -17% w/w
a month agotoday
47
Installs / week
npm · ssh-client-mcp-server
3
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check SSH Client MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ssh-client-mcp-server -- npx -y ssh-client-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ssh-client-mcp-server": {
      "args": [
        "-y",
        "ssh-client-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ssh-client-mcp-server]
command = "npx"
args = ["-y", "ssh-client-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "ssh-client-mcp-server": {
      "args": [
        "-y",
        "ssh-client-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ssh-client-mcp-server": {
      "args": [
        "-y",
        "ssh-client-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to SSH Client MCP Server

same job, measured the same way
Realssh MCP
by danielecr

MCP server for SSH remote command execution

36 installs/wk local only
Safe SSH MCP
by areso

A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands

215 installs/wk local only
vssh
by meshpop

SSH tunnel and remote server management MCP — execute commands, transfer files, manage

local only
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
2native SSH MCP Server
by daidaij

SSH-based MCP server for remote command execution and file transfer. Credentials stay local.

local only
unreal-mcp-ue4
by conaman

UE4.27 MCP server for controlling Unreal Editor sessions over Python Remote Execution.

126 installs/wk local only
Bash Command MCP
by mrorigo

Sophisticated bash command MCP server that runs and manages shell execution.

57 installs/wk local only
unreal-mcp-ue4-for-ohd
by ribattrw

UE4.25 MCP server for Unreal Editor via Python Remote Execution (OHD mod-kit retarget).

53 installs/wk local only

SSH Client MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for SSH Client MCP Server?
SSH Client MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ssh-client-mcp-server was installed 47 times last week.
How do I connect SSH Client MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ssh-client-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use SSH Client MCP Server?
The npm package ssh-client-mcp-server was installed 47 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SSH Client MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.