AI MCP Server #3338
Replies: 7 comments 1 reply
-
|
Maybe also post the idea to as comment here and add a reverse link back here from there: Tip would be to have it as a custom component for Home Assistant so might also get get some inspiration from these custom components projects:
Btw, allenporter has written a guide on using MCP agents from Home Assistant here: |
Beta Was this translation helpful? Give feedback.
-
|
Would also be great if this could deal with ESPHome's LVGL implementation for quickly building UIs |
Beta Was this translation helpful? Give feedback.
-
|
Just noticed the docs are on context7's mcp server: https://context7.com/esphome/esphome-docs?tab=chat They need a refresh (I have requested), but even with just the in brows3r chat you can actually get it to whip up a quick LVGL UI for you (give it a try 'make me an LVGL gui with four light switches') |
Beta Was this translation helpful? Give feedback.
-
|
Could also take inspiration from this ha-mcp ”The Unofficial and Awesome Home Assistant MCP Server” project: |
Beta Was this translation helpful? Give feedback.
-
|
FWIW, I've taken a stab at this at https://github.com/kdkavanagh/esphome-mcp. (Well, claude-code took the stab under my supervision) |
Beta Was this translation helpful? Give feedback.
-
|
Seen a lot of arguments lately why offering an MCP server is overkill for smaller projects with the arument that it is simpler to offer a dedicated CLI utility which is purposly designed for LLMs, (so in this case CLI toolkit that allow an LLM to manage ESPHome configurations). See example: Note that the linked Home Assistant Builder (hab) was made by Home Assistant's balloob (Paulus Schoutsen) as as a use case example the use of it has been implemented in this custom OpenCode AI-Powered Configuration Assistant for Home Assistant (made by @magnusoverli) which uses that CLI tool instead of MCP: Quote:
|
Beta Was this translation helpful? Give feedback.
-
|
FYI, newly released upstream ESP-IDF v6.0 apparently contains an optional built-in-in MCP server designed for AI assistants. Check out their for reference: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the protocol enhancement
I'd like to create ESPHome Devices within AI Coding Agents (Copilot, Claude Code, etc.). A MCP on top of the current API would be perfect. Methods could be:
Use cases
Connect the AI Coding world with ESPHome Devices :)
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions