Homebox MCP Server
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
- DomusOAuthapp.getdomus
Homeowner's AI: view & update appliances, warranties, documents & maintenance for your home.
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Scraps Kitchen gives any AI agent a persistent, household-aware kitchen memory. Unlike generic chatbot recall, Scraps maintains structured cooking data: what's in your fridge (with freshness tracking), who you cook for (with allergens, dietary restrictions, and preferences), your recipe collection (with cook notes and per-diner ratings), your shopping list, and your kitchen equipment. 27 tools across 6 domains let agents read kitchen context, suggest meals that respect dietary safety, update the pantry after cooking, and build a history of what works for your household. Every interaction makes the data richer. Cooking history, preference signals, kitchen awareness = better suggestions next time. All tools work via oAuth and a free scraps.kitchen account.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP 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
- FlicenseNot gradedqualityDmaintenanceEnables 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.6-
- FlicenseCqualityDmaintenanceAn MCP server that exposes Homebox inventory management as tools for AI agents, enabling search, add, update, delete products, locations, tags, and maintenance entries.172-