homebox-mcp
About
Homebox home inventory: search, intake, warranties, attachments, locations, tags, QR labels
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HOMEBOX_URL HOMEBOX_TOKEN HOMEBOX_ALIAS_FIELD HOMEBOX_LABEL_DIRClaude Code
claude mcp add --env HOMEBOX_URL= --env HOMEBOX_TOKEN= --env HOMEBOX_ALIAS_FIELD= --env HOMEBOX_LABEL_DIR= homebox-mcp -- uvx homebox-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"homebox-mcp","command":"uvx","args":["homebox-mcp"],"env":{"HOMEBOX_URL":"","HOMEBOX_TOKEN":"","HOMEBOX_ALIAS_FIELD":"","HOMEBOX_LABEL_DIR":""}}'
JSON
{
"mcpServers": {
"homebox-mcp": {
"command": "uvx",
"args": [
"homebox-mcp"
],
"env": {
"HOMEBOX_URL": "",
"HOMEBOX_TOKEN": "",
"HOMEBOX_ALIAS_FIELD": "",
"HOMEBOX_LABEL_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.