MCP ConfigsMay 11, 2026·2 min read

Home Assistant MCP — Control Home Assistant from Agents

Home Assistant MCP exposes smart-home actions as MCP tools so agents can query state and trigger automations via a controlled, auditable interface.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Stage only · 29/100Stage only
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Single
Trust
Trust: Established
Entrypoint
README.md
Universal CLI install command
npx tokrepo install a49fe6ac-e9c4-4f78-9ac2-2ab526d5d90c
Intro

Home Assistant MCP exposes smart-home actions as MCP tools so agents can query state and trigger automations via a controlled, auditable interface.

  • Best for: Home Assistant users who want agent-driven status checks and automations without giving the agent full UI access
  • Works with: An MCP-capable agent client + a Home Assistant instance (credentials per repo docs)
  • Setup time: 20 minutes

Practical Notes

  • Setup time ~20 minutes (credentials + run server + connect client)
  • Safety check: keep write actions disabled until read-only calls are stable
  • GitHub stars + forks (verified): see Source & Thanks

Treat smart-home tool calls like production ops. Define ‘safe defaults’ (read-only), then add a small set of allowed writes with guardrails. If your agent can’t explain why it’s turning something on, it shouldn’t be allowed to do it.

FAQ

Q: Can I let an agent control everything? A: You can, but start with read-only tools and explicitly whitelist safe actions.

Q: How do I prevent accidental triggers? A: Require confirmations for writes, and add rate limits / time windows for automations.

Q: Is this better than UI automation? A: Yes for reliability: tool calls are structured and auditable, unlike fragile UI clicks.

🙏

Source & Thanks

Source: https://github.com/homeassistant-ai/ha-mcp > License: MIT > GitHub stars: 2,807 · forks: 114

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets