mcpbeat Sign in

Ha MCP Server

by homeassistant-ai Your server? Claim it
local only

Ha MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 132 065 installs a week from pypi. Last commit 18 Sep 2026.

Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants.

Installs per day peak 37 252 · avg 14 619 · +204% w/w
a month agotoday
132 065
Installs / week
pypi · ha-mcp
4769
Stars
14 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    return os.path.exists("/.dockerenv") or os.path.exists("/run/.containerenv")
                subprocess.run([cmd, "--version"], check=True, capture_output=True, shell=True)
Known vulnerability in the package ha-mcp · GHSA-fmfg-9g7c-3vq7
Known vulnerability in the package ha-mcp · GHSA-g39v-cvjh-8fpf
Known vulnerability in the package ha-mcp · GHSA-pf93-j98v-25pv
Known vulnerability in the package ha-mcp · GHSA-q855-8rh5-jfgq
Known vulnerability in the package ha-mcp · PYSEC-2026-2507
Known vulnerability in the package ha-mcp · PYSEC-2026-2508
            btn.innerHTML = copyIcon;
        env = dict(os.environ.items()) | env_vars | {"FASTMCP_UV_SPAWNED": "1"}
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/_update-addon-config.yml:99
      - name: Update config.yaml with release version
        env:
          PUSH_TOKEN: ${{ steps.token.outputs.value }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 ha-mcp -- uvx ha-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ha-mcp": {
      "args": [
        "ha-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ha-mcp]
command = "uvx"
args = ["ha-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ha-mcp": {
      "args": [
        "ha-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ha-mcp": {
      "args": [
        "ha-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ha MCP

same job, measured the same way
Hithereiamaliff MCP Nextcloud
by smithery

A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

answering
HackMD
by yuna0x0

A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.

150 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Datawrapper
by palewire

A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants

291 installs/wk local only
Chirak MCP
by ufhouck

Model Context Protocol (MCP) Server for Chirak Sales & Inventory Assistant

676 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering
Agentram MCP
by seanmarkwei

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

40 installs/wk local only
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only

Ha MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ha MCP?
Ha 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 pypi package ha-mcp was installed 132 065 times last week.
How do I connect Ha 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 straight from pypi; nothing to host, nothing to sign up for.
How many people use Ha MCP?
The pypi package ha-mcp was installed 132 065 times in the last week. Week over week that is +204%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ha MCP open source?
Yes — it is published under the MIT licence, written in Python, 4 769 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.