Homebox MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Homebox MCP ServerList all items in the garage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Homebox MCP Server - Home Assistant Add-on
MCP (Model Context Protocol) server for managing Homebox inventory via AI assistants.
๐ง๐ท Versรฃo em Portuguรชs
Prerequisites
This addon was designed to work with Homebox running on Home Assistant.
Recommended Homebox addon: homebox-ingress-ha-addon
To install Homebox:
Add the repository:
https://github.com/Oddiesea/homebox-ingress-ha-addonInstall the Homebox addon
Start and configure your inventory
About
This addon exposes an MCP server that allows AI assistants (like Claude) to interact with your Homebox inventory. You can:
๐ฆ List, create, and manage items
๐ Organize hierarchical locations
๐ท๏ธ Categorize with labels
๐ Search items by name or description
๐ Get inventory statistics
Installation
Add Repository
In Home Assistant, go to Settings โ Add-ons โ Add-on Store
Click the menu (โฎ) โ Repositories
Add:
https://github.com/oangelo/homebox-mcpClick Add โ Close
Install Add-on
Search for "Homebox MCP Server" in the store
Click Install
Configure the Homebox credentials
Start the add-on
Configuration
homebox_url: "http://homeassistant.local:7745"
homebox_token: "YOUR_HOMEBOX_API_TOKEN"
mcp_auth_enabled: false
mcp_auth_token: ""
log_level: "info"Creating the Homebox API Token
Access Homebox
Go to Profile (user icon)
Click API Tokens
Click Create Token
Copy the generated token
External Access via Cloudflare Tunnel
To use with Claude.ai web or access externally, we recommend using the Cloudflared addon to create a secure tunnel.
Configure Cloudflared
Install the Cloudflared addon
Configure the tunnel to expose port 8099:
additional_hosts:
- hostname: mcp.yourdomain.com
service: http://homeassistant:8099Use the URL in Claude.ai:
https://mcp.yourdomain.com/sse
Local Access
On the local network, access directly:
http://homeassistant.local:8099/sseMCP Authentication (Optional)
The addon supports optional Bearer token authentication to protect the MCP endpoint.
Configure Token
Access the addon web page (click "Homebox MCP" in the sidebar)
Click the "๐ฒ Generate Token" button
Click "๐ Copy"
In the addon settings:
Enable
mcp_auth_enabledPaste the token in
mcp_auth_tokenClick Save
Configure in Claude.ai
Field | Value |
Server URL |
|
OAuth Client ID |
|
OAuth Client Secret | Paste the token generated in the addon |
Using with Claude
Claude.ai Web (Experimental)
Access the MCP settings in Claude.ai
Add the URL:
https://mcp.yourdomain.com/sseConfigure OAuth as shown above (optional but recommended)
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"homebox": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.yourdomain.com/sse"]
}
}
}Interaction Examples
You: List all items in the garage
Claude: [Lists items filtered by location]
You: Add a "Bosch Drill" to the tools cabinet
Claude: [Creates item in the specified location]
You: Where is my camera?
Claude: [Searches and returns item location]MCP Tools
Tool | Description |
| List all locations |
| List items with filters |
| Search for items |
| Create new item |
| Move item |
| List labels |
| Get statistics |
Local Development
# Install dependencies
pip install -r requirements.txt
# Set environment variables
export HOMEBOX_URL="http://localhost:7745"
export HOMEBOX_TOKEN="your-api-token"
# Run server
cd homebox-mcp/app
python server.py
# Test with MCP Inspector
npx @anthropic/mcp-inspector http://localhost:8099/sseLicense
MIT License - see LICENSE.md
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oangelo/homebox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server