Skip to main content
Glama
mpandudc

Workstation Remote FastMCP

by mpandudc

Workstation Remote FastMCP

A lightweight Model Context Protocol (MCP) server built with FastMCP to control, inspect, and automate a Windows PC / workstation remotely via Wake-on-LAN and SSH/PowerShell.

Features

  • pc_wake: Power ON the PC via Wake-on-LAN (WOL) magic packet across LAN broadcast (ports 7, 9).

  • pc_shutdown: Power OFF / complete shutdown of Windows PC (shutdown.exe /s /f /t 0).

  • pc_reboot: Restart / reboot Windows PC (shutdown.exe /r /f /t 0).

  • pc_sleep: Suspend workstation to S3 standby mode.

  • pc_status: Check online state, Windows OS caption, uptime, CPU load percentage, and RAM usage.

  • pc_lock: Instantly lock workstation session (rundll32.exe user32.dll,LockWorkStation).

  • pc_list_heavy_processes: Identify processes consuming top RAM/CPU.

  • pc_kill_process: Terminate hung or runaway processes by name or PID.

Related MCP server: Sky Windows Remote Executor

Configuration

Configurable via environment variables or default constants:

  • WORKSTATION_USER: Default mpand

  • WORKSTATION_TS_IP: Default 100.116.2.118 (Tailscale IP)

  • WORKSTATION_LAN_IP: Default 192.168.0.102 (LAN IP)

  • WORKSTATION_MAC: Default 9C:6B:00:A2:31:54 (Ethernet MAC)

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables remote filesystem and CLI access to a Windows machine over LAN through MCP, with file read/write and command execution capabilities.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables MCP clients to securely inspect and control registered Windows PCs over a private Tailscale network, with risk-based approvals for actions such as launching apps, capturing screens, managing files, and simulating input.
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables remote control of a Windows desktop via MCP, including screenshots, mouse and keyboard, window management, PowerShell, files, services, registry, scheduled tasks, event log, and network checks.
    20 npm
    MIT