HomeButler: MCP Server for Managing Homelab Servers from Claude Without API Keys

✍️ OpenClawRadar📅 Published: March 23, 2026🔗 Source
HomeButler: MCP Server for Managing Homelab Servers from Claude Without API Keys
Ad

HomeButler is an MCP (Model Context Protocol) server that enables Claude to manage homelab servers directly, eliminating the need for API keys. The tool runs locally, keeping all operations within your network.

Key Features and Commands

The source demonstrates several concrete actions Claude can perform with HomeButler:

  • "Install uptime-kuma" → performs pre-checks, deploys the application, and confirms completion
  • "How are my servers?" → provides status across all nodes
  • "Restart nginx" → executes the restart command
  • "Uninstall vaultwarden" → stops the application while preserving data

Setup Configuration

The setup requires adding HomeButler to your MCP configuration with this JSON:

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

The tool was built using Claude Code, which assisted with architecture decisions, writing tool handlers, and debugging edge cases throughout development.

HomeButler is available on GitHub at https://github.com/Higangssh/homebutler.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

OpenCortex: A Self-Improving Memory System for OpenClaw
Tools

OpenCortex: A Self-Improving Memory System for OpenClaw

OpenCortex replaces OpenClaw's flat MEMORY.md file with structured memory files organized by projects, contacts, workflows, preferences, runbooks, tools, and infrastructure. It includes nightly distillation with principle enforcement audits and weekly synthesis with pattern detection and auto-runbook creation.

OpenClawRadar
Architect CLI: Open-source tool for orchestrating headless AI coding agents in CI/CD
Tools

Architect CLI: Open-source tool for orchestrating headless AI coding agents in CI/CD

Architect is an open-source CLI tool designed for autonomous AI coding agents in CI/CD pipelines, featuring the Ralph Loop for test-retry cycles, deterministic guardrails, YAML pipeline definitions, and support for multiple LLMs via LiteLLM.

OpenClawRadar
Blip MCP Server: Draw UI Changes for Claude Code Instead of Describing Them
Tools

Blip MCP Server: Draw UI Changes for Claude Code Instead of Describing Them

Blip is an MCP server for Claude Code that replaces verbal UI change descriptions with visual annotations. You draw directly on your running application, and Claude writes the corresponding code based on the annotated screenshot.

OpenClawRadar
Open-source persistent memory system for Claude Code solves context loss between sessions
Tools

Open-source persistent memory system for Claude Code solves context loss between sessions

A developer built a file-based memory system for Claude Code that automatically captures project context without plugins or API keys. It uses conversation transcripts, an inbox file, and nightly cron jobs to maintain persistent memory across sessions.

OpenClawRadar