MCP Server
MCP
io.github.dgahagan/homebox-mcp
Homebox home inventory: search, intake, warranties, attachments, locations, tags, QR labels
Install
uvx homebox-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "homebox-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your Homebox instance (>= 0.26), e.g. https://homebox.example.com",
"isRequired": true,
"format": "string",
"name": "HOMEBOX_URL"
},
{
"description": "Homebox API key (Profile -> API Keys, starts with hb_)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HOMEBOX_TOKEN"
},
{
"description": "Optional: name of one custom field treated as a stable item identifier for lookups",
"format": "string",
"name": "HOMEBOX_ALIAS_FIELD"
},
{
"description": "Optional: directory where label/QR PNGs are saved (default: current directory)",
"format": "string",
"name": "HOMEBOX_LABEL_DIR"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment