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 Serverfind 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
Serveur MCP (Model Context Protocol) pour Homebox, un système de gestion d'inventaire domestique.
Ce serveur permet à un assistant IA (comme Claude) d'interagir avec votre instance Homebox pour rechercher des objets et lister vos emplacements de stockage.
Pourquoi SSE ?
Ce serveur utilise le transport SSE (Server-Sent Events) au lieu de stdio. Cela permet de l'exécuter sur une machine distante (NAS Synology, serveur, etc.) et de s'y connecter depuis n'importe quel client MCP sur le réseau. Le serveur reste accessible tant que le conteneur Docker tourne.
Related MCP server: Homebox MCP Server
Statut
✅ Fonctionnel — Testé et validé avec une instance Homebox.
Outils disponibles
Outil | Description |
| Recherche des objets dans l'inventaire par mot-clé, avec filtres par emplacement et labels |
| Récupère les détails complets d'un objet par son ID |
| Ajoute un nouvel objet dans l'inventaire |
| Met à jour un objet existant (nom, emplacement, labels, quantité...) |
| Supprime un objet de l'inventaire |
| Liste tous les emplacements de stockage |
| Crée un nouvel emplacement de stockage |
| Liste tous les labels/catégories |
| Crée un nouveau label |
| Récupère les statistiques globales de l'inventaire |
Installation avec Docker
1. Créer le dossier et la configuration
mkdir -p /volume1/docker/homebox-mcp
cd /volume1/docker/homebox-mcpCréer un fichier .env :
HOMEBOX_URL=http://192.168.1.X:7745
HOMEBOX_EMAIL=votre_email
HOMEBOX_PASSWORD=votre_mot_de_passe2. Créer le fichier docker-compose.yml
version: '3.8'
services:
mcp-homebox:
image: ghcr.io/mickae1/homebox-mcp:main
container_name: mcp-homebox-syno
restart: always
ports:
- "3000:3000"
environment:
- HOMEBOX_URL=${HOMEBOX_URL}
- HOMEBOX_EMAIL=${HOMEBOX_EMAIL}
- HOMEBOX_PASSWORD=${HOMEBOX_PASSWORD}3. Lancer le conteneur
sudo docker-compose up -d4. Vérifier que le serveur tourne
curl http://localhost:3000/healthConfiguration du client MCP
Ajoutez cette configuration dans votre client MCP (ex: Claude Desktop) :
{
"mcpServers": {
"homebox": {
"url": "http://IP_DU_SERVEUR:3000/sse"
}
}
}Remplacez IP_DU_SERVEUR par l'adresse IP de la machine qui exécute le conteneur.
Développement local
npm install
npm run build
npm run startThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityFmaintenanceEnables AI assistants to manage StashDog inventory through natural language commands, supporting item management, collections, tags, smart search, and URL imports with secure authentication.11
- Alicense-qualityDmaintenanceMCP server for managing Homebox inventory via AI assistants, enabling item management, location organization, and label categorization.4MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage inventory items, locations, and labels in a self-hosted Homebox instance using natural language, with support for flexible URL configurations.214MIT
- Flicense-qualityDmaintenanceEnables AI assistants to query and explore Homebox home inventory data in real-time, with tools for searching items, listing locations and labels, and retrieving item details.5
Related MCP Connectors
Search your knowledge bases from any AI assistant using hybrid RAG.
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mickae1/homebox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server