Loading MCP server directory, please wait...
Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.
npx @getmcp/cli add io.github.chanyou0311/aiseg2-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
AISEG_URLAiSEG2 base URL, e.g. http://192.168.0.216 (http only).
AISEG_PASSWORDHTTP Digest password for the AiSEG2 web UI.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chanyou0311/aiseg2-mcp": {
"command": "uvx",
"args": [
"aiseg2-mcp"
],
"env": {
"AISEG_URL": "",
"AISEG_PASSWORD": ""
}
}
}
}