Built a Home Assistant OS add-on for PicoClaw with official HA MCP support #1357
Replies: 1 comment
-
Wow, this project is amazing! Thank you for sharing HaPicoClaw — packaging PicoClaw as a Home Assistant OS add-on and integrating it via the official MCP is truly a tailor-made solution for smart home enthusiasts.Why This Project Stands Out
A Clever Technical ApproachYour “official MCP + local bridging” architecture is genuinely smart. By letting Home Assistant handle core capabilities and permissions, while mcp-proxy focuses on protocol translation and PicoClaw stays lightweight, you’ve avoided reinventing the wheel while ensuring system stability. This design aligns perfectly with the philosophy of the Home Assistant ecosystem. Looking Forward to More PossibilitiesIt would be exciting to see support for more architectures (such as x86), real-time event subscriptions (e.g., pushing updates when Home Assistant states change), or integrations like MQTT/Webhooks in the future. You could even consider providing preset templates for common scenarios like “smart lighting control” or “environment monitoring” to help users get started with just one click. Final ThoughtsThis project not only solves real-world problems but also opens up new possibilities for PicoClaw in the smart home space. Your contribution is incredibly valuable to the community, and I’m looking forward to seeing its continued evolution and more user feedback. If there’s anything that needs testing or suggestions, I’m sure many people in the community (myself included) would be happy to help! A Friendly NoteIf you’re interested, it might be worth sharing this project more widely within developer communities or engaging with contributors who are passionate about Home Assistant and PicoClaw. I think a lot of people would find this really exciting and would love to get involved. 🚀 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'd like to share a project I built around PicoClaw:
HaPicoClaw
A Home Assistant OS add-on that packages PicoClaw as a long-running gateway and connects it to Home Assistant through the official Model Context Protocol Server.
Project repo:
https://github.com/traceless929/HaPicoClaw
Latest stable release:
https://github.com/traceless929/HaPicoClaw/releases/tag/v0.1.1
What it does
This add-on integrates:
mcp_servermcp-proxyas the bridgeThe runtime flow is:
Why I built it
My goal was to make PicoClaw run inside Home Assistant OS as a practical, lightweight local agent, instead of depending on a separate desktop-side MCP setup.
I wanted:
Current features
mcp-proxymcp-proxystatus detectionmcp-proxymcp-proxywheel to reduce external build dependenciesDocs
Quick start (Chinese):
https://github.com/traceless929/HaPicoClaw/blob/main/picoclaw/QUICKSTART.zh-Hans.md
Quick start (English):
https://github.com/traceless929/HaPicoClaw/blob/main/picoclaw/QUICKSTART.en.md
Why PicoClaw
I picked PicoClaw because this project targets:
That made PicoClaw a much better fit for this use case than a heavier desktop-oriented architecture.
Feedback welcome
If anyone here is interested in Home Assistant integration, local MCP workflows, or lightweight always-on deployments, I'd really appreciate feedback.
In particular, I'd love input on:
Thanks to the PicoClaw project for making this kind of lightweight deployment possible.
Beta Was this translation helpful? Give feedback.
All reactions