mcpbeat Sign in

Realssh MCP Server

by danielecr Your server? Claim it
local only

Realssh MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 24 Apr 2026.

MCP server for SSH remote command execution

Installs per day peak 16 · avg 6 · +105% w/w
a month agotoday
36
Installs / week
npm · @danielecr/realssh-mcp
0
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Realssh MCP 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 realssh-mcp -- npx -y @danielecr/realssh-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "realssh-mcp": {
      "args": [
        "-y",
        "@danielecr/realssh-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.realssh-mcp]
command = "npx"
args = ["-y", "@danielecr/realssh-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "realssh-mcp": {
      "args": [
        "-y",
        "@danielecr/realssh-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "realssh-mcp": {
      "args": [
        "-y",
        "@danielecr/realssh-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Realssh MCP

same job, measured the same way
SSH Client MCP Server
by jordanburke

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

47 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
vssh
by meshpop

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

local only
ComPDF MCP
by compdf-youna

ComPDF remote MCP server

answering
unreal-mcp-ue4
by conaman

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

126 installs/wk local only
Color Me Shop MCP Server
by pepabo

Official remote MCP server for Color Me Shop.

answering
Ecommerce Mcp
by varvararatta

MCP server for E-Commerce

answering
Remote MCP Server
by coupler

Coupler.io remote MCP server

answering

Realssh MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Realssh MCP?
Realssh MCP 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 @danielecr/realssh-mcp was installed 36 times last week.
How do I connect Realssh MCP?
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 @danielecr/realssh-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Realssh MCP?
The npm package @danielecr/realssh-mcp was installed 36 times in the last week. Week over week that is +105%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Realssh MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.