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

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
👀 See Also

Hypura: Storage-tier-aware LLM inference scheduler for Apple Silicon
Hypura is a Rust-based inference scheduler that places model tensors across GPU, RAM, and NVMe tiers to run models exceeding physical memory on Apple Silicon Macs. It enables running a 31GB Mixtral 8x7B on a 32GB Mac Mini at 2.2 tok/s and a 40GB Llama 70B at 0.3 tok/s where vanilla llama.cpp crashes.

100 Popular Apps Reverse-Engineered into Markdown Design Specs for Claude UI Cloning
An open-source repo provides structured markdown design specs for 100 popular iOS apps, optimized for Claude to clone UIs consistently. Key techniques: exact color values, state coverage, spacing scales, and navigation graphs.

OpenClaw user creates 'feelslikeclaude' skill to improve ChatGPT agent workflow behavior
A developer switched their OpenClaw setup from Claude to ChatGPT and found the key difference was workflow behavior, not writing style. They created a clawhub skill called 'feelslikeclaude' to nudge ChatGPT toward better execution habits.

Claude Code Session Data Loss: Backup Script for Windows & Mac
Users report silent session data loss in Claude Code. Here's a free, automated backup script for Windows and Mac using PowerShell and launchd.