home-server-mcp

anttitane/home-server-mcp
★ 1 stars C# AI/LLM Updated today
Model Context Protocol (MCP) Server built in C# and .NET 10 for exposing local Home Assistant sensor data to AI Agents.
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}