PluginBench
MCP Server

io.github.jordanburke/ssh-client-mcp-server MCP Server

io.github.jordanburke/ssh-client-mcp-server

What is the io.github.jordanburke/ssh-client-mcp-server MCP server?

MCP server for executing shell commands on remote hosts via SSH.

How to install io.github.jordanburke/ssh-client-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ssh-client-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ssh-client-mcp-server",
        "--host",
        "--user",
        "--port",
        "--password",
        "--key",
        "--key-env",
        "--agent",
        "--tmux-session"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ssh-client-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ssh-client-mcp-server",
        "--host",
        "--user",
        "--port",
        "--password",
        "--key",
        "--key-env",
        "--agent",
        "--tmux-session"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ssh-client-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ssh-client-mcp-server",
        "--host",
        "--user",
        "--port",
        "--password",
        "--key",
        "--key-env",
        "--agent",
        "--tmux-session"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ssh-client-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ssh-client-mcp-server",
        "--host",
        "--user",
        "--port",
        "--password",
        "--key",
        "--key-env",
        "--agent",
        "--tmux-session"
      ]
    }
  }
}
Claude Code
claude mcp add ssh-client-mcp-server -- npx -y ssh-client-mcp-server --host --user --port --password --key --key-env --agent --tmux-session

Related MCP servers

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

View repository →

Reddit MCP server with full read/write - posts, comments, search, and content creation.

View repository →