sftp-ssh-mcp
sftp-ssh-mcp is a library implemented in JavaScript that facilitates secure file transfers using SFTP and SSH protocols. This library is designed to allow users to connect securely to remote servers and easily upload or download files. It balances ease of use with security, making it a handy tool for developers.
GitHub Stars
4
User Rating
Not Rated
Forks
0
Issues
0
Views
2
Favorites
0
README
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 usekey
for 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"
]
}
}
}
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions
Threads