Skip to content
Cursor

aiseg2 mcp for Cursor

io.github.chanyou0311/aiseg2-mcp

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

client:Cursor transport:stdio runtime:pypi

Install aiseg2 mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aiseg2-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aiseg2-mcp"
      ],
      "env": {
        "AISEG_URL": "<AISEG_URL>",
        "AISEG_PASSWORD": "<AISEG_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aiseg2 mcp in other clients