Read-only MCP server for the HomeWizard Energy local API (P1 smart meter and friends)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"homewizard-mcp-serve": {
"command": "npx",
"args": [
"-y",
"mrksmts/homewizard-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add homewizard-mcp-serve npx -y mrksmts/homewizard-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"homewizard-mcp-serve": {
"command": "npx",
"args": [
"-y",
"mrksmts/homewizard-mcp-server"
]
}
}
}