.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/classfang/ssh-mcp-server
home/mcp-servers/classfang/ssh-mcp-server
classfang avatar

ssh-mcp-server

byclassfang· 1 MCP server

Installs

7.6k

Stars

701

Forks

97

Category

DevOps & CI/CD

View on GitHub

TL;DR

SSH-based MCP (Model Context Protocol) server that allows remote execution of SSH commands via the MCP protocol.

How to install ssh-mcp-server?

classfang/ssh-mcp-server
$git clone https://github.com/classfang/ssh-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install ssh-mcp-server by running `git clone https://github.com/classfang/ssh-mcp-server`, then use it for the current task and follow its documentation at https://github.com/classfang/ssh-mcp-server.

Files · 1

View on GitHub
README.md
1# 🔐 ssh-mcp-server
2 
3![NPM Version](https://img.shields.io/npm/v/%40fangjunjie%2Fssh-mcp-server?label=%40fangjunjie%2Fssh-mcp-server)
4![GitHub forks](https://img.shields.io/github/forks/classfang/ssh-mcp-server)
5![GitHub Repo stars](https://img.shields.io/github/stars/classfang/ssh-mcp-server)
6![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/classfang/ssh-mcp-server)
7![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-closed/classfang/ssh-mcp-server)
8![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr/classfang/ssh-mcp-server)
9![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr-closed/classfang/ssh-mcp-server)
10 
11SSH-based MCP (Model Context Protocol) server that allows remote execution of SSH commands via the MCP protocol.
12 
13English Document | [中文文档](README_CN.md)
14 
15## 📝 Project Overview
16 
17ssh-mcp-server is a bridging tool that enables AI assistants and other applications supporting the MCP protocol to execute remote SSH commands through a standardized interface. This allows AI assistants to safely operate remote servers, execute commands, and retrieve results without directly exposing SSH credentials to AI models.
18 
19Welcome to join wechat group:
20 
21![wx_1.png](images/wx_1.png)
22 
23> Scan the code with wechat and reply "Join group".
24 
25## ✨ Key Features
26 
27- **🔒 Secure Connections**: Supports multiple secure SSH connection methods, including password authentication and private key authentication (with passphrase support)
28- **🛡️ Command Security Control**: Precisely control the range of allowed commands through flexible blacklist and whitelist mechanisms to prevent dangerous operations
29- **🔄 Standardized Interface**: Complies with MCP protocol specifications for seamless integration with AI assistants supporting the protocol
30- **🚇 Dual Transport Modes**: Supports both `exec` and `shell` transport modes for direct SSH hosts and bastion or jump-host scenarios
31- **📂 File Transfer**: Supports bidirectional file transfers, uploading local files to servers or downloading files from servers
32- **🔑 Credential Isolation**: SSH credentials are managed entirely locally and never exposed to AI models, enhancing security
33- **🚀 Ready to Use**: Can be run directly using NPX without global installation, making it convenient and quick to deploy
34 
35## 📦 Open Source Repository
36 
37GitHub: [https://github.com/classfang/ssh-mcp-server](https://github.com/classfang/ssh-mcp-server)
38 
39NPM: [https://www.npmjs.com/package/@fangjunjie/ssh-mcp-server](https://www.npmjs.com/package/@fangjunjie/ssh-mcp-server)
40 
41## 🛠️ Tools List
42 
43| Tool | Name | Description |
44|---------|-----------|----------|
45| execute-command | Command Execution Tool | Execute SSH commands on remote servers and get results |
46| upload | File Upload Tool | Upload local files to specified locations on remote servers |
47| download | File Download Tool | Download files from remote servers to local specified locations |
48| list-servers | List Servers Tool | List all available SSH server configurations |
49 
50## 📚 Usage
51 
52### 0. 🤖 Quick Setup via AI Skill (Recommended)
53 
54If you are using an AI coding assistant that supports skills (such as Claude Code), you can use the built-in **ssh-mcp-helper** skill to complete the installation and configuration interactively — no need to manually edit JSON files.
55 
56**How to use:**
57 
581. Install the skill from this repository's `skills/` directory
592. Tell your AI assistant: "Help me set up ssh-mcp-server" or "Configure SSH MCP for my remote server"
603. The skill will guide you step by step: check Node.js environment → choose MCP client → select authentication method → collect connection parameters → generate and write configuration
61 
62The skill supports all scenarios covered below (password, private key, SSH config reuse, SOCKS proxy, bastion hosts, multi-connection, 2FA, command restrictions, etc.) and automatically produces correctly formatted configuration.
63 
64---
65 
66The sections below are arranged f

Preview

classfang/ssh-mcp-serverclassfang/ssh-mcp-server

# 🔐 ssh-mcp-server

![NPM Version](https://img.shields.io/npm/v/%40fangjunjie%2Fssh-mcp-server?label=%40fangjunjie%2Fssh-mcp-server)

![GitHub forks](https://img.shields.io/github/forks/classfang/ssh-mcp-server)

![GitHub Repo stars](https://img.shields.io/github/stars/classfang/ssh-mcp-server)

Repoclassfang/ssh-mcp-server
TypeMCP Servers
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseISC
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. circleci-public avatarmcp-server-circleciA Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clientsMCP ServersJul 2026141k86
  2. argoproj-labs avatarmcp-for-argocdArgo CD MCP ServerMCP ServersJul 202690k547
  3. flux159 avatarmcp-server-kubernetesMCP server for interacting with Kubernetes clusters via kubectlMCP ServersJul 202664k1.5k
  4. hookdeck avatarhookdeck-cliCLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.MCP ServersJul 202647k358
  5. heroku avatarheroku-mcp-serverHeroku Platform MCP ServerMCP ServersJul 202626k80
  6. tiberriver256 avatarmcp-server-azure-devopsAzure DevOps reference server for the Model Context Protocol (MCP)MCP ServersJul 202624k381