mcpbeat Sign in

HomeAssistant Light MCP Server

local only

HomeAssistant Light MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 27 Jan 2026.

Control Home Assistant lights and scenes. Lights only by design for safety.

Installs per day peak 13 · avg 4 · +3% w/w
a month agotoday
39
Installs / week
npm · ha-mcp-server
0
Stars
0 open issues
27 Jan 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check HomeAssistant Light MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add HomeAssistant-Light-MCP -- npx -y ha-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "HomeAssistant-Light-MCP": {
      "args": [
        "-y",
        "ha-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.HomeAssistant-Light-MCP]
command = "npx"
args = ["-y", "ha-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "HomeAssistant-Light-MCP": {
      "args": [
        "-y",
        "ha-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "HomeAssistant-Light-MCP": {
      "args": [
        "-y",
        "ha-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HA_URL (Home Assistant URL (e.g., http://192.168.1.100:8123)), HA_TOKEN (Home Assistant long-lived access token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to HomeAssistant Light MCP

same job, measured the same way
I
Home Assistant MCP Server
by jarahkon

MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more

100 installs/wk local only
Loxone AI
by loxoneai

Control a Loxone Miniserver smart home: lights, blinds, climate, scenes and energy.

answering
AdPilot MCP
by adpilotmcp

Analyze and manage Apple Ads from your AI assistant with RevenueCat insights and safety controls.

answering
Sherah
by mysherah

Online personal assistant for busy parents: home, kids, meals, admin and more

3 tools answering
Wealthapi
by wealthapi

Read-only MCP server for wealthAPI: portfolio, cash-flow, and dividend insights for AI assistants.

41 installs/wk local only
iFood
by mcp-dir

Insights for your iFood store right in your AI assistant's chat. Generate charts of sales and payout

13 tools answering
MCP Surface Lint
by dleibner

Statically audits MCP tool surfaces for token cost, schema quality, and design issues.

1 tools answering
nickol-knx
by nickoscope

Read-only KNX/ETS project auditor: validates a .knxproj and generates Home Assistant YAML

local only

HomeAssistant Light MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for HomeAssistant Light MCP?
HomeAssistant Light MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ha-mcp-server was installed 39 times last week.
How do I connect HomeAssistant Light MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ha-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use HomeAssistant Light MCP?
The npm package ha-mcp-server was installed 39 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is HomeAssistant Light MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.