Utopia

altinoren/Utopia
★ 10 stars C# 🤖 AI/LLM Updated 5mo ago
An MCP Server that simulates a set of smart home and lifestyle devices, allowing you to interact with them through AI agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "utopia": {
      "command": "npx",
      "args": [
        "-y",
        "altinoren/Utopia"
      ]
    }
  }
}