An MCP Server that simulates a set of smart home and lifestyle devices, allowing you to interact with them through 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": {
"utopia": {
"command": "npx",
"args": [
"-y",
"altinoren/Utopia"
]
}
}
}
Run in terminal:
claude mcp add utopia npx -y altinoren/Utopia
Add to .cursor/mcp.json:
{
"mcpServers": {
"utopia": {
"command": "npx",
"args": [
"-y",
"altinoren/Utopia"
]
}
}
}