New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

homebutler

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebutler

What changed on your server, and only what's worth telling — CLI, dashboard and MCP server in one binary

latest
Source
npmnpm
Version
0.38.0
Version published
Weekly downloads
804
125.84%
Maintainers
1
Weekly downloads
 
Created
Source

homebutler-mcp

MCP server for HomeButler, which remembers what a server looked like last time and tells an agent what changed as typed JSON — every tool classed read, write or destructive.

This is an npm wrapper for homebutler. It downloads the correct binary for your platform automatically.

Quick Setup

Add to your MCP client config (Claude Code, Cursor, Claude Desktop, ChatGPT Desktop):

{
  "mcpServers": {
    "homebutler": {
      "command": "npx",
      "args": ["-y", "homebutler-mcp"]
    }
  }
}

That's it. No manual installation needed.

Try Without Real Servers

{
  "mcpServers": {
    "homebutler": {
      "command": "npx",
      "args": ["-y", "homebutler-mcp", "--demo"]
    }
  }
}

Demo mode returns realistic fake data — perfect for trying it out.

Available Tools

ToolDescription
system_statusCPU, memory, disk, uptime
docker_listList containers
docker_restartRestart a container
docker_stopStop a container
docker_logsContainer log output
wakeWake-on-LAN magic packet
open_portsOpen ports with process info
network_scanDiscover LAN devices
alertsResource threshold alerts

All tools support an optional server parameter for multi-server management via SSH.

License

MIT

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts