bberrevoets/ha-addon-esphome-mcp
Home Assistant add-on: ESPHome MCP server for Claude Code
Use bberrevoets/ha-addon-esphome-mcp in Claude Code Install AgentRank MCP — your AI finds the right tool automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
bberrevoets/ha-addon-esphome-mcp is a Python MCP server licensed under MIT. Home Assistant add-on: ESPHome MCP server for Claude Code
Ranked #44 out of 110 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Python MIT
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% 1d ago
Last commit 1d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Contributors medium impact
Dependents medium impact
Matched Queries
From the README
# ESPHome MCP Server — Home Assistant Add-on
MCP (Model Context Protocol) server that exposes ESPHome operations as
tools for [Claude Code](https://claude.ai/code). Runs as a Home
Assistant add-on with direct filesystem access — no SSH required.
## Quick Start
1. Add this repository as a custom add-on repository in Home Assistant:
**Settings > Add-ons > Add-on Store > ... (menu) > Repositories**
```text
https://github.com/bberrevoets/ha-addon-esphome-mcp
```
2. Install and start the **ESPHome MCP Server** add-on.
3. Check the add-on logs for the auto-generated auth token.
4. Set `ESPHOME_MCP_TOKEN` in your shell environment.
5. Add to `.mcp.json` in your ESPHome project:
```json
{
"mcpServers": {
"esphome": {
"type": "http",
"url": "http://<your-ha-host>:8099/mcp",
"headers": {
"Authorization": "Bearer ${ESPHOME_MCP_TOKEN}"
}
}
}
}
```
6. Restart Claude Code and verify with `/mcp`. Read full README on GitHub → Are you the maintainer of bberrevoets/ha-addon-esphome-mcp?
Claim this tool → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.