
Kubernetes MCP Server
The Kubernetes MCP Server bridges AI assistants and Kubernetes/OpenShift clusters, enabling programmatic resource management, pod operations, and DevOps automat...

Connect conversational AI to your Home Assistant setup with hass-mcp. Query, control, and monitor your smart home devices and automations directly from large language models.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
Home Assistant MCP Server (hass-mcp) is a Model Context Protocol (MCP) server that bridges AI assistants—such as Claude and other LLMs—with your Home Assistant ecosystem. By exposing Home Assistant’s data and functionalities via the MCP standard, it empowers AI agents to interact with, query, and control smart home devices and automations. Typical tasks enabled by hass-mcp include querying device and sensor states, toggling lights or switches, summarizing household status, troubleshooting automations, searching for specific entities, and facilitating guided conversations for common smart home activities. This integration enhances developer and user workflows by making smart home management accessible through conversational AI, automations, and LLM-powered agents.
.env file (see .env.example).{
"mcpServers": {
"hass-mcp": {
"command": "docker",
"args": ["run", "--env-file=.env", "-p", "8080:8080", "voska/hass-mcp:latest"]
}
}
}
{
"mcpServers": {
"hass-mcp": {
"command": "python",
"args": ["-m", "app.main"]
}
}
}
{
"mcpServers": {
"hass-mcp": {
"command": "python",
"args": ["-m", "app.main"]
}
}
}
{
"mcpServers": {
"hass-mcp": {
"command": "python",
"args": ["-m", "app.main"]
}
}
}
Securing API Keys (All Platforms):
Use environment variables in your configuration to protect sensitive information:
{
"mcpServers": {
"hass-mcp": {
"env": {
"HASS_TOKEN": "${HASS_TOKEN}"
},
"inputs": {
"hass_url": "http://your-homeassistant.local:8123"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"hass-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “hass-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | Summarized from README.md and repo |
| List of Prompts | ⛔ | No explicit prompt templates found |
| List of Resources | ⛔ | No explicit MCP resources found |
| List of Tools | ✅ | Based on README.md description |
| Securing API Keys | ✅ | .env.example and documented in setup |
| Sampling Support (less important in evaluation) | ⛔ | No reference to sampling in repository |
Based on the available documentation and repository content, hass-mcp provides a solid foundation for Home Assistant integration via MCP, with clear tool support and sensible setup/security practices. However, there is a lack of explicit prompt templates, resource definitions, or advanced sampling/roots features in the public documentation. I would rate this MCP server a 6/10: functional and developer-friendly, but lacking in extensibility documentation and advanced MCP features.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 16 |
| Number of Stars | 107 |
Empower your AI agents to control and monitor your smart home with hass-mcp. Try the integration in FlowHunt for seamless automation and conversational control.

The Kubernetes MCP Server bridges AI assistants and Kubernetes/OpenShift clusters, enabling programmatic resource management, pod operations, and DevOps automat...

DesktopCommander MCP Server empowers AI assistants like Claude with direct desktop automation, providing secure terminal control, file system search, and diff-b...

Learn what MCP (Model Context Protocol) servers are, how they work, and why they're revolutionizing AI integration. Discover how MCP simplifies connecting AI ag...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.