mcpbeat Sign in

SSH MCP Server

local only

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

Modern SSH for AI agents — cloud servers to BusyBox routers, with destructive commands blocked.

Installs per day peak 620 · avg 88 · -67% w/w
a month agotoday
627
Installs / week
npm · @hypnosis/ssh-mcp-server
2
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

      await executor.executeChecked(config, `rm -rf -- ${shellQuote(path)}`, {
Escalates privileges src/utils/command-parse.ts:10
const WRAPPERS = /^(sudo|doas|env|nohup|time|timeout|nice|ionice|setsid)$/;
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(file, args, { env, shell: false });
Touches key and credential files src/utils/profiles-file.ts:416
        logger.debug(`[Profiles File] Profile "${name}" ignores the user's ~/.ssh/config`);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch SSH MCP Server and you get told the day something new turns up.

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-mcp-server -- npx -y @hypnosis/ssh-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ssh-mcp-server": {
      "args": [
        "-y",
        "@hypnosis/ssh-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ssh-mcp-server]
command = "npx"
args = ["-y", "@hypnosis/ssh-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "ssh-mcp-server": {
      "args": [
        "-y",
        "@hypnosis/ssh-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ssh-mcp-server": {
      "args": [
        "-y",
        "@hypnosis/ssh-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to SSH MCP Server

same job, measured the same way
Modern CLI MCP Server
by nacosolutions

MCP server exposing 104+ modern CLI tools for AI agents with JSON output.

local only
AI Model Router
by lazymac2x

Cloudflare Workers MCP server: ai-model-router

3 tools answering
I
Dealhub Admin
by vishvick

DealHub MCP server for admins. Manage versions and users with 7 tools via Claude AI agents.

61 installs/wk local only
Obsd Launchpad
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.

52 installs/wk local only
microservices.sh
by microservices

MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

59 installs/wk answering
Power Automate MCP Server by Flow Studio
by ninihen1

Debug, build, and manage Power Automate cloud flows with AI agents

34 tools answering
Nerve Rpc
by reagost

MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents

52 installs/wk local only
MCP Server Couchbase
by couchbase

Couchbase MCP Server - Enable AI agents to connect to and interact with Couchbase clusters.

1 152 installs/wk local only

SSH MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for SSH MCP Server?
SSH 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 @hypnosis/ssh-mcp-server was installed 627 times last week.
How do I connect SSH 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 @hypnosis/ssh-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use SSH MCP Server?
The npm package @hypnosis/ssh-mcp-server was installed 627 times in the last week. Week over week that is -67%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SSH MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.