AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

HA MCP

mcp-mtebusi-ha-mcp ยท by mtebusi

๐Ÿ ๐Ÿค– HomeAssistant Add-on for Claude Desktop MCP integration. Control smart home devices, create automations, and manage your home with natural language through Claude.

โ€” No reviews yet
0 installs
15 views
0.0% viewโ†’install

Install

$ agentstack add mcp-mtebusi-ha-mcp

โœ“ scanned ยท โœ“ verified, works with Claude Code, Cursor, and more.

Security review

โœ“ Passed

No issues found. Passed automated security review. ยท v0.1.0 How review works โ†’

  • โœ“ Prompt-injection patterns
  • โœ“ Secret / credential exfiltration
  • โœ“ Dangerous shell & filesystem operations
  • โœ“ Untrusted network calls
  • โœ“ Known-malicious package signatures

What it can access

  • โœ“ Network access No
  • โœ“ Filesystem access No
  • โœ“ Shell / process execution No
  • โœ“ Environment & secrets No
  • โœ“ Dynamic code execution No

From automated source analysis of v0.1.0. โ€œUsedโ€ means the capability is present in the source โ€” more access means more to trust, not that itโ€™s unsafe.

View the full security report โ†’

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-mtebusi-ha-mcp)

Reliability & compatibility

โœ“ Security review passed
0 installs to date
โ€” no reviews yet
โ—‹ Archived

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work โ†’
Are you the author of HA MCP? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Home Assistant Claude AI MCP Integration

[](https://github.com/mtebusi/ha-mcp/actions/workflows/builder.yaml) [](https://github.com/mtebusi/ha-mcp/actions/workflows/lint.yaml) [](https://github.com/mtebusi/ha-mcp/releases) [](LICENSE)

Connect Claude Desktop to your Home Assistant instance using the Model Context Protocol (MCP).

๐Ÿš€ Features

  • Zero-Configuration Setup - Works immediately after installation
  • Natural Language Control - Control your entire smart home conversationally
  • Full Home Assistant Integration - Access all exposed entities and services
  • Secure by Default - OAuth2 authentication and SSL support
  • Real-time Communication - Server-Sent Events (SSE) transport
  • Multi-Architecture Support - ARM, x86, and more

๐Ÿ“ฆ Installation

Quick Start

  1. Add Repository to Home Assistant

`` Settings โ†’ Add-ons โ†’ Add-on Store โ†’ โ‹ฎ โ†’ Repositories Add: https://github.com/mtebusi/ha-mcp ``

  1. Install the Add-on
  • Find "Claude AI MCP Bridge for Smart Home Control"
  • Click Install
  • Click Start
  1. Connect Claude Desktop
  • Open Claude Desktop
  • Settings โ†’ Custom Connectors โ†’ Add Remote MCP Server
  • Enter: http://homeassistant.local:8123
  • The add-on will be discovered automatically!

๐ŸŽฏ Usage

Once connected, you can control your Home Assistant with natural language:

  • "Turn on the living room lights"
  • "What's the temperature in the bedroom?"
  • "Lock all doors"
  • "Set the house to night mode"
  • "Show me energy usage for today"

๐Ÿ“š Documentation

  • [Add-on Documentation](claude-ai-mcp/DOCS.md)
  • [Changelog](claude-ai-mcp/CHANGELOG.md)
  • [Configuration Guide](claude-ai-mcp/DOCS.md#configuration-options-all-optional)

๐Ÿ—๏ธ Repository Structure

ha-mcp/
โ”œโ”€โ”€ claude-ai-mcp/        # Main Home Assistant add-on
โ”‚   โ”œโ”€โ”€ mcp-server/       # TypeScript MCP server implementation
โ”‚   โ”œโ”€โ”€ rootfs/           # Add-on filesystem overlay
โ”‚   โ”œโ”€โ”€ config.yaml       # Add-on configuration
โ”‚   โ””โ”€โ”€ Dockerfile        # Container build instructions
โ”œโ”€โ”€ .github/              # GitHub Actions workflows
โ””โ”€โ”€ repository.yaml       # Home Assistant repository metadata

๐Ÿ› ๏ธ Development

Prerequisites

  • Node.js 20+
  • TypeScript 5+
  • Docker
  • Home Assistant development environment

Building Locally

# Clone the repository
git clone https://github.com/mtebusi/ha-mcp.git
cd ha-mcp

# Install dependencies
cd claude-ai-mcp/mcp-server
npm install

# Build TypeScript
npm run build

# Build Docker image
docker build -t claude-ai-mcp claude-ai-mcp/

Testing

# Run TypeScript tests
npm test

# Type checking
npm run type-check

# Linting
npm run lint

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

๐Ÿ“ License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

๐Ÿ™ Acknowledgments

  • Home Assistant for the amazing smart home platform
  • Anthropic for Claude and the Model Context Protocol
  • The Home Assistant community for continuous support and feedback

๐Ÿ“ง Support

๐Ÿ”— Links


Made with โค๏ธ for the Home Assistant Community

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source โ€” we do not rehost the code.

  • Author: mtebusi
  • Source: mtebusi/HA_MCP
  • License: Apache-2.0
  • Homepage: https://github.com/mtebusi/HA_MCP/releases

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.