Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Hass-MCP
by
voska
Verified
GitHub
Home Automation & IoT
Python
MIT License
15
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
hass-mcp
app
app/config.py
app/hass.py
app/__main__.py
app/server.py
#!/usr/bin/env python """Entry point for running Hass-MCP as a module""" from app.server import mcp def main(): """Run the MCP server with stdio communication""" mcp.run() if __name__ == "__main__": main()