Loading MCP server directory, please wait...
Homebox home inventory: search, intake, warranties, attachments, locations, tags, QR labels
npx @getmcp/cli add io.github.dgahagan/homebox-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
HOMEBOX_URLBase URL of your Homebox instance (>= 0.26), e.g. https://homebox.example.com
HOMEBOX_TOKENHomebox API key (Profile -> API Keys, starts with hb_)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dgahagan/homebox-mcp": {
"command": "uvx",
"args": [
"homebox-mcp"
],
"env": {
"HOMEBOX_URL": "",
"HOMEBOX_TOKEN": "",
"HOMEBOX_ALIAS_FIELD": "",
"HOMEBOX_LABEL_DIR": ""
}
}
}
}