MCP server for Panasonic AiSEG2 (HEMS) — query solar generation, power consumption, and long-term energy history from 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": {
"aiseg2-mcp": {
"command": "npx",
"args": [
"-y",
"chanyou0311/aiseg2-mcp"
]
}
}
}
Run in terminal:
claude mcp add aiseg2-mcp npx -y chanyou0311/aiseg2-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"aiseg2-mcp": {
"command": "npx",
"args": [
"-y",
"chanyou0311/aiseg2-mcp"
]
}
}
}