loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

claude-server-control-plugin

MCP Tool

d0raka/claude-server-control-plugin

Control any computer from Claude — Linux, macOS, or Windows — via SSH. A Claude Cowork plugin.

Install

$ npx loaditout add d0raka/claude-server-control-plugin

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "claude-server-control-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "claude-server-control-plugin"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Claude Server Control Plugin

Control any computer remotely from Claude - Linux, macOS, or Windows - using natural conversation.

Run commands, manage services, deploy code, monitor health, edit files - all through Claude, without touching a terminal yourself.

---

Install in 2 steps
Step 1 - Run the installer on your computer (where Claude is)

Linux or macOS:

bash <(curl -fsSL https://raw.githubusercontent.com/d0raka/claude-server-control-plugin/main/install.sh)

Windows (PowerShell):

irm https://raw.githubusercontent.com/d0raka/claude-server-control-plugin/main/install.ps1 | iex

The installer asks which platform you want to control (Linux / Mac / Windows), then asks for the IP, username, and password. It fills everything in automatically.

Step 2 - Load the plugin in Claude Cowork
  1. Open Claude Cowork
  2. Go to Settings -> Plugins -> Load local plugin
  3. Select the claude-server-control-plugin folder (saved to your home directory)
  4. Start a new chat - Claude connects to your machine automatically

That's it.

---

Supported platforms

| Platform | SKILL file | |----------|-----------| | Linux (Ubuntu, Debian, Arch...) | SKILL.md | | macOS | SKILL-mac.md | | Windows 10/11 / Server | SKILL-windows.md |

---

How it works

Claude connects to your machine via SSH using Python's paramiko library, which runs inside Claude's secure sandbox. No agents running in the background - Claude SSHes in and runs commands only when you ask.

Your Computer (Claude Cowork)
        |
        |  SSH over Tailscale VPN
        v
Your Remote Machine (Linux / Mac / Windows)

Tailscale is used for networking - it gives your machine a stable private IP that works from anywhere, without exposing ports to the internet.

---

Requirements
  • A machine you want to control (Linux, macOS, or Windows)
  • SSH enabled on that machine
  • Tailscale on both machines (recommended)

-

Tags

claudeclaude-coworkdevopshomelablinuxmacosmcppluginsshwindows

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated27 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/21/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/d0raka/claude-server-control-plugin)](https://loaditout.ai/skills/d0raka/claude-server-control-plugin)