Replies: 1 comment
🔍 AnalysisThe user's confusion stems from two main points in the documentation:
The user's statement "i want to install this mcp server on my home assitant OS, not on claude" indicates a slight misunderstanding of MCP architecture: the server must still connect to a client (like Claude), but it can be hosted on HAOS. Improving the visibility of the Add-on as a hosting option will clarify this. 🛠️ Suggested Steps
📊 Technical Analysis (for maintainers)Root Cause
Affected Code
Proposed FixREADME.md Enhancements--- a/README.md
+++ b/README.md
@@ -40,6 +40,14 @@
</p>
### Quick install (~5 min)
+
+These scripts install `uv` (if needed) and configure **Claude Desktop** to use a **demo environment** so you can try it instantly.
+
+<details>
+<summary><b>🏠 Home Assistant OS (Add-on)</b></summary>
+
+1. Add the repository: `https://github.com/homeassistant-ai/ha-mcp`
+2. Install **"Home Assistant MCP Server"** from the Add-on Store
+3. Start and check the logs for your unique MCP URL
+
+[View Add-on Documentation →](homeassistant-addon/DOCS.md)
+
+</details>Script Improvements (Example for macOS)--- a/scripts/install-macos.sh
+++ b/scripts/install-macos.sh
@@ -16,6 +16,13 @@
printf "${BLUE} ha-mcp Installer for macOS${NC}\n"
printf "${BLUE}============================================${NC}\n"
printf "\n"
+printf "${YELLOW}This script will:${NC}\n"
+printf " 1. Install ${BLUE}uv${NC} (Python tool manager) if not present\n"
+printf " 2. Configure ${BLUE}Claude Desktop${NC} with a demo environment\n"
+printf " 3. Pre-download ${BLUE}ha-mcp${NC} for faster startup\n"
+printf "\n"
+printf "Your existing Claude configuration will be backed up.\n"
+printf "\n"Related Issues/PRs
🤖 Automated analysis by Issue Bot |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Where is the issue?
Setup Wizard (https://homeassistant-ai.github.io/ha-mcp/setup/)
Link to page (if applicable)
No response
What's wrong or unclear?
just found this porject, cool porject!
i want to install this mcp server on my home assitant OS, not on claude. also its bit unclear what the install script does
How should it be fixed?
No response
Additional context
No response
All reactions