MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. mcp-server-home-assistant

mcp-server-home-assistant

GitHub
Website

This repository provides a Model Context Protocol server for Home Assistant, enabling integration with Claude Desktop by using a custom component and a long-lived access token for communication.

61
2

mcp-server-home-assistant

A Model Context Protocol Server for Home Assistant, adhering to the Model Context Protocol specification.

The custom component required by this integration is being integrated into Home Assistant Core in https://github.com/home-assistant/core/pull/134122

Usage in Claude Desktop

  1. Install the home-assistant-model-context-protocol custom component in your Home Assistant instance.
  2. Generate a Long Lived Access Token from your Home Assistant profile.
  3. Clone this git repository to a local path, such as /Users/allen/Development/mcp-server-home-assistant.
  4. Configure your claude_desktop_config.json file, adding a "Home-assistant" entry under "mcpServers". This entry should specify the command to execute the server (using uv), the path to the cloned repository, and arguments for running mcp-server-home-assistant with verbose logging (-v -v). The environment variables HOME_ASSISTANT_WEB_SOCKET_URL (e.g., "http://localhost:8123/api/websocket") and HOME_ASSISTANT_API_TOKEN must be set with your Home Assistant URL and API token, respectively.
  5. Monitor the logs at ~Library/Logs/Claude/mcp-server-Home-assistant.log for debugging and operational insights.

Repository

AL
allenporter

allenporter/mcp-server-home-assistant

Created

November 27, 2024

Updated

March 28, 2025

Language

Python

Category

System Tools