Files
homeassistant-mcp/config/claude_desktop_config.json
2025-02-05 19:32:38 +00:00

16 lines
310 B
JSON

{
"mcpServers": {
"homeassistant-mcp": {
"command": "bun",
"args": [
"run",
"start",
"--port",
"8080"
],
"env": {
"NODE_ENV": "production"
}
}
}
}