homebox-mcp-server

Nasawa/homebox-mcp-server
★ 0 stars Python 📦 Other Updated 8d ago
MCP server for Homebox v0.25 inventory management. Bakes the silent-PUT schema rules into one normalizer so callers cannot re-violate them.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "homebox-mcp-server": {
      "command": "uvx",
      "args": [
        "homebox-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install homebox-mcp-server