Model Context Protocol (MCP) Server built in C# and .NET 10 for exposing local Home Assistant sensor data to AI Agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"home-server-mcp": {
"command": "npx",
"args": [
"-y",
"anttitane/home-server-mcp"
]
}
}
}
Run in terminal:
claude mcp add home-server-mcp npx -y anttitane/home-server-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"home-server-mcp": {
"command": "npx",
"args": [
"-y",
"anttitane/home-server-mcp"
]
}
}
}