Overview
MCP SSH Server is a powerful implementation of an SSH server designed for the Model Context Protocol (MCP), enabling secure remote command execution and file operations through the SSH protocol.
To use the MCP SSH Server, install the package via npm, configure it in your Claude desktop config, and use REST API calls for authentication and command execution.
- Secure SSH connection management - Password and key-based authentication - Remote command execution - File operations (upload/download) - Progress tracking for file transfers - Permission management - Directory operations - Bulk file transfers - Detailed logging
- Securely executing commands on remote servers.
- Managing files on remote systems through SSH.
- Automating server management tasks.
Add to your AI client
Use these steps to connect MCP SSH Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"shaike1-mcp-server-ssh-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shaike1-mcp-server-ssh-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"shaike1-mcp-server-ssh-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shaike1-mcp-server-ssh-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"shaike1-mcp-server-ssh-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shaike1-mcp-server-ssh-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"shaike1-mcp-server-ssh-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shaike1-mcp-server-ssh-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shaike1-mcp-server-ssh-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shaike1-mcp-server-ssh-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"shaike1-mcp-server-ssh-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shaike1-mcp-server-ssh-mcp-mirror"
]
}
}
}FAQ
What authentication methods does MCP SSH Server support?
It supports both password and key-based authentication.
How do I install MCP SSH Server?
You can install it using npm with the command `npm install mcp-ssh`.
Can I use it for bulk file transfers?
Yes, it supports bulk file transfers along with progress tracking.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":582,"uuid":"b96d7742-fa79-4793-8bfb-abc6271ea56d","name":"shaike1_mcp-server-ssh","title":"MCP SSH Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:22:55.943Z","updated_at":"2025-02-23T07:15:11.610Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"ssh,mcp,server,remote-access","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/shaike1_mcp-server-ssh","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]