Skip to main content
Coding AgentsTypeScript

tufantunc/ssh-mcp

MCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication.

coding-agentslocal-servicewindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/tufantunc/ssh-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
tufantunc