Odel
aiseg2 mcp

aiseg2 mcp

Local
@chanyou0311PythonMITUpdated 1mo ago

Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIaiseg2-mcpv0.1.0

Run

uvx aiseg2-mcp

MCP client config

{
  "mcpServers": {
    "aiseg2-mcp": {
      "command": "uvx",
      "args": [
        "aiseg2-mcp"
      ]
    }
  }
}
Dockerghcr.io/chanyou0311/aiseg2-mcp:0.1.0

Run

docker run -i --rm ghcr.io/chanyou0311/aiseg2-mcp:0.1.0

MCP client config

{
  "mcpServers": {
    "aiseg2-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/chanyou0311/aiseg2-mcp:0.1.0"
      ]
    }
  }
}