You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ssh-sftp-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

ssh-sftp-mcp

MCP server exposing SSH and SFTP control for Linux and Windows systems via Model Context Protocol.

1.0.6
unpublished
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

SSH-SFTP MCP Server is a local Model Context Protocol (MCP) server that exposes SSH-SFTP control for Linux and Windows systems, enabling LLMs and other MCP clients to execute shell commands securely via SSH.

Client Setup

You can configure Claude Desktop to use this MCP Server.

  • host: Hostname or IP of the Linux or Windows server
  • port: SSH port (default: 22)
  • user: SSH username
  • password: SSH password (or use key for key-based auth) (optional)
  • key: Path to private SSH key (optional)
{
    "mcpServers": {
        "ssh-mcp": {
            "command": "npx",
            "args": [
                "ssh-sftp-mcp",
                "-y",
                "--",
                "--host=1.2.3.4",
                "--port=22",
                "--user=root",
                "--password=pass",
                "--key=path/to/key"
            ]
        }
    }
}

FAQs

Package last updated on 06 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.