An MCP service that securely controls remote servers via SSH, supporting command execution and file transfer, and can be integrated and used in various AI development tools.
2 points
7.4K

What is an SSH MCP server?

The SSH MCP server is a bridge that connects AI assistants (such as Claude, Cursor AI, etc.) to remote servers. It allows AI assistants to execute commands, manage files, view logs, and perform other operations on your remote servers through a secure SSH connection, just as if you were logging in to the server yourself, but more intelligently and conveniently.

How to use the SSH MCP server?

Using the SSH MCP server is very simple: 1) Install and configure the service; 2) Enable it in your AI tools (Cursor, Claude Desktop, etc.); 3) Tell the AI assistant what you want to do on the server in natural language. The AI will automatically call the corresponding tools to complete the task.

Use cases

The SSH MCP server is very suitable for the following scenarios: • Server operation and maintenance: View logs, restart services, check system status • File management: Upload/download files, edit configuration files • Deployment operations: Deploy code, run scripts • Fault troubleshooting: Quickly diagnose server problems • Daily management: Perform routine maintenance tasks

Main features

Secure connection
Supports two authentication methods: password and private key. All connections are encrypted to ensure the security of your server.
Command execution
Execute any command on the remote server and obtain the output results in real-time, supporting timeout control.
File transfer
Upload and download files via SFTP, supporting large file streaming transfer without size limitations.
File operations
Read, write, rename, and delete remote files, and create and browse directory structures.
Automatic connection
Supports pre-configuring the server through environment variables and automatically connects at startup without manual operation.
Multi-session management
Supports connecting to multiple servers simultaneously and can list, switch, and disconnect sessions.
Advantages
Secure and reliable: Uses the standard SSH protocol and supports private key authentication, which is more secure than passwords.
Convenient operation: You can control the server through natural language without memorizing complex commands.
Comprehensive functions: Covers all common operations for daily server management.
Intelligent integration: Deeply integrated with AI assistants, able to understand your intentions and perform corresponding operations.
Cross-platform support: Supports various AI tools such as Cursor, Claude Desktop, and VS Code.
Limitations
Requires basic configuration: You need to configure the server connection information for the first use.
Depends on the network: A stable network connection is required to access the remote server.
Output limitation: The command output will be truncated if it exceeds 25,000 characters (suitable for most scenarios).
Text file limitation: The sftp_read tool will truncate when reading text files (suitable for viewing configuration files).
Requires a Node.js environment: You need to install Node.js version 18+ locally.

How to use

Installation and building
First, clone the project and install the dependencies, then build the project.
Configure AI tools
According to the AI tool you are using, add the SSH MCP server configuration to the corresponding configuration file. Here is an example of Cursor's configuration:
Restart AI tools
After saving the configuration file, restart your AI tools (such as Cursor, Claude Desktop, etc.) to make the configuration take effect.
Start using
Describe the operations you want to perform on the server in natural language in the AI assistant, and the AI will automatically call the corresponding SSH tools.

Usage examples

View server status
Quickly check the server's running status and resource usage
Manage web services
Restart or check the status of web services (such as nginx, Apache)
Log analysis
View and analyze server log files
File deployment
Deploy local files to the remote server
Configuration file editing
View and edit server configuration files

Frequently Asked Questions

Is this service secure? Will it leak my server password?
Which AI tools are supported?
Can I connect to multiple servers simultaneously?
Is there a size limit for file transfer?
What should I do if command execution fails?
How to update the server configuration?
Is Windows server supported?
What should I do if the connection times out?

Related resources

GitHub repository
Project source code and the latest version
MCP official documentation
Official documentation of the Model Context Protocol
SSH2 library documentation
Technical documentation of the underlying SSH library
Node.js download
Download the Node.js runtime environment
SSH key generation guide
How to generate and use SSH keys

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "ssh": {
      "command": "node",
      "args": ["/path/to/ssh/dist/index.js"],
      "env": {
        "SSH_HOST": "your-server-ip",
        "SSH_PORT": "22",
        "SSH_USERNAME": "root",
        "SSH_PASSWORD": "your-password"
      }
    }
  }
}

{
  "mcpServers": {
    "ssh": {
      "command": "node",
      "args": ["/path/to/ssh/dist/index.js"],
      "env": {
        "SSH_HOST": "your-server-ip",
        "SSH_PORT": "22",
        "SSH_USERNAME": "root",
        "SSH_PRIVATE_KEY_PATH": "~/.ssh/id_rsa",
        "SSH_PASSPHRASE": "optional-passphrase"
      }
    }
  }
}

{
  "mcpServers": {
    "ssh": {
      "command": "node",
      "args": ["/path/to/ssh/dist/index.js"]
    }
  }
}

{
  "mcpServers": {
    "ssh": {
      "command": "node",
      "args": ["/path/to/ssh/dist/index.js"],
      "env": {
        "SSH_HOST": "your-server-ip",
        "SSH_USERNAME": "root",
        "SSH_PASSWORD": "your-password"
      }
    }
  }
}

{
  "mcpServers": {
    "ssh": {
      "command": "node",
      "args": ["/path/to/ssh/dist/index.js"],
      "env": {
        "SSH_HOST": "your-server-ip",
        "SSH_USERNAME": "root",
        "SSH_PRIVATE_KEY_PATH": "~/.ssh/id_rsa"
      }
    }
  }
}

{
  "mcpServers": {
    "ssh": {
      "command": "npx",
      "args": ["ssh"],
      "env": {
        "SSH_HOST": "your-server-ip",
        "SSH_USERNAME": "root",
        "SSH_PASSWORD": "your-password"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
9.6K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
10.1K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
14.9K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
6.7K
4 points
P
Paperbanana
Python
10.0K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
8.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
10.0K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
9.9K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
28.5K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
39.2K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
24.9K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
80.4K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
38.5K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
69.7K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
24.0K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
107.5K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase