ssh-mcp-server

TheSashaDev/ssh-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated today
MCP server for SSH command execution and reliable file transfers for AI agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ssh-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "TheSashaDev/ssh-mcp-server"
      ]
    }
  }
}

Topics

ai-toolsautomationmcpsshtypescript