mcpbeat Sign in

Homebutler MCP Server

by higangssh Your server? Claim it
local only

Homebutler runs on your own machine — the client starts it, so there is no endpoint to ping. 1 332 installs a week from npm. Last commit 16 Sep 2026.

Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.

Installs per day peak 185 · avg 16 · +222% w/w
a month agotoday
1 332
Installs / week
npm · homebutler
285
Stars
2 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] install.js:1, [пакет] run.js:1
этот файл ставится пользователю, но в репозитории его нет
Checks whether it runs in a sandbox internal/system/container.go:19
    for _, marker := range []string{"/.dockerenv", "/run/.containerenv"} {
    execSync(`tar -xzf "${tmpFile}" -C "${BIN_DIR}"`, { stdio: "pipe" });
  const tmpFile = path.join(BIN_DIR, assetName);
Builds a database query by concatenation internal/config/save.go:677, .github/workflows/release.yml:109
        case c.drop > 0:
            lines = append(lines[:c.at], lines[c.at+c.drop:]...)
    key: ~/.ssh/id_ed25519  # optional, tries id_ed25519 and id_rsa by default
        if _, err := os.Stat("/var/run/docker.sock"); err == nil {
            defaultKey = "~/.ssh/id_rsa"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add homebutler -- npx -y homebutler
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "homebutler": {
      "args": [
        "-y",
        "homebutler"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.homebutler]
command = "npx"
args = ["-y", "homebutler"]
.cursor/mcp.json
{
  "mcpServers": {
    "homebutler": {
      "args": [
        "-y",
        "homebutler"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "homebutler": {
      "args": [
        "-y",
        "homebutler"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Homebutler

same job, measured the same way
lastseen mortality
by lastseen

Check whether an npm package, GitHub Action, MCP server or Docker image is dead or abandoned.

136 installs/wk local only
Dokploy MCP Server
by sapientsai

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

110 installs/wk local only
Dokploy MCP Server
by jordanburke

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

local only
Waitbus
by astrogilda

Workstation-local event bus: agents wait on or emit CI/pytest/Docker/filesystem events, no polling.

92 installs/wk local only
CloudPepper
by cloudpepper

Manage CloudPepper servers, Odoo instances, backups, and deployments over MCP.

answering
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

225 installs/wk local only
nyxory
by nyxory

Agent-to-agent cloud service: deploys and runs your apps and services — domains, logs, real status.

46 installs/wk answering
Coolftp
by anivdel

Deploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.

191 installs/wk local only

Homebutler — questions

Answers built from our own checks of this server.

Why is there no uptime for Homebutler?
Homebutler runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package homebutler was installed 1 332 times last week.
How do I connect Homebutler?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls homebutler straight from npm; nothing to host, nothing to sign up for.
How many people use Homebutler?
The npm package homebutler was installed 1 332 times in the last week. Week over week that is +222%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Homebutler open source?
Yes — it is published under the MIT licence, written in Go, 285 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.