- Explore MCP Servers
- sftp-ssh-mcp
Sftp Ssh Mcp
What is Sftp Ssh Mcp
sftp-ssh-mcp is a local Model Context Protocol (MCP) server that provides SFTP-SSH control for both Linux and Windows systems, allowing LLMs and other MCP clients to securely execute shell commands via SSH.
Use cases
Use cases for sftp-ssh-mcp include managing remote servers, automating deployment processes, and executing scripts securely in a controlled environment.
How to use
To use sftp-ssh-mcp, configure your client (e.g., Claude Desktop) with the server’s hostname or IP, SSH port, username, and optionally a password or private key for authentication. Use the provided command line to start the MCP server with the necessary parameters.
Key features
Key features of sftp-ssh-mcp include secure shell command execution via SSH, support for both Linux and Windows systems, and compatibility with LLMs and other MCP clients.
Where to use
sftp-ssh-mcp can be used in various fields such as software development, system administration, and any environment where secure remote command execution is required.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Sftp Ssh Mcp
sftp-ssh-mcp is a local Model Context Protocol (MCP) server that provides SFTP-SSH control for both Linux and Windows systems, allowing LLMs and other MCP clients to securely execute shell commands via SSH.
Use cases
Use cases for sftp-ssh-mcp include managing remote servers, automating deployment processes, and executing scripts securely in a controlled environment.
How to use
To use sftp-ssh-mcp, configure your client (e.g., Claude Desktop) with the server’s hostname or IP, SSH port, username, and optionally a password or private key for authentication. Use the provided command line to start the MCP server with the necessary parameters.
Key features
Key features of sftp-ssh-mcp include secure shell command execution via SSH, support for both Linux and Windows systems, and compatibility with LLMs and other MCP clients.
Where to use
sftp-ssh-mcp can be used in various fields such as software development, system administration, and any environment where secure remote command execution is required.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
SFTP-SSH MCP Server is a local Model Context Protocol (MCP) server that exposes SFTP-SSH 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 serverport: SSH port (default: 22)user: SSH usernamepassword: SSH password (or usekeyfor key-based auth) (optional)key: Path to private SSH key (optional)
{ "mcpServers": { "sftp-ssh-mcp": { "command": "npx", "args": [ "sftp-ssh-mcp", "-y", "--", "--host=1.2.3.4", "--port=22", "--user=root", "--password=pass", "--key=path/to/key" ] } } }
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










