Skip to content

Ssh

Free

by MCP Community

SSH-based MCP Server (基于 SSH 的 MCP 服务器)

v1.6.0Added Apr 12, 2026
sshmcpservercli
Works with:ClaudeGPTGeminiCopilot

Ssh MCP Server

SSH-based MCP Server (基于 SSH 的 MCP 服务器)

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @fangjunjie/ssh-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "ssh": {
      "command": "npx",
      "args": ["-y", "@fangjunjie/ssh-mcp-server"]
    }
  }
}