aiseg2-mcp

chanyou0311/aiseg2-mcp
★ 0 stars Unknown language AI/LLM Updated today
MCP server for Panasonic AiSEG2 (HEMS) — query solar generation, power consumption, and long-term energy history from AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}