Back to Home
danielrosehill icon

Homebox-MCP-Server

Verified Safe

by danielrosehill

Overview

The Homebox MCP Server enables AI assistants to interact with a self-hosted Homebox inventory management system using natural language commands, facilitating tasks like listing, creating, updating, and deleting items, locations, and labels.

Installation

Run Command
npx homebox-mcp

Environment Variables

  • HOMEBOX_LOCAL_URL
  • HOMEBOX_WAN_URL
  • USE_LAN_API
  • LAN_LINKS
  • HOMEBOX_API_KEY
  • HOMEBOX_USERNAME
  • HOMEBOX_PASSWORD

Security Notes

The server handles authentication by either an API key or username/password, including token login and refresh. All credentials are sourced from environment variables, preventing hardcoding. Communication with the Homebox API is via HTTPS (if configured), and the MCP server itself communicates via standard I/O (stdio), limiting direct network attack surface. There are no obvious malicious patterns like 'eval' or obfuscation. Minor risks include potential verbose error messages leaking internal information if API calls fail, and the direct handling of username/password credentials in code (though token refresh logic is included).

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassMedium
Avg Tokens350
Stars2
Forks0
Last Update2025-12-14

Tags

mcphomeboxinventory managementlocal aitool callingnode.js