PluginBench
MCP Server
Active
MIT

io.github.chanyou0311/aiseg2-mcp MCP Server

io.github.chanyou0311/aiseg2-mcp

What is the io.github.chanyou0311/aiseg2-mcp MCP server?

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

How to install io.github.chanyou0311/aiseg2-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AISEG_URL
    required

    AiSEG2 base URL, e.g. http://192.168.0.216 (http only).

  • AISEG_PASSWORD
    required
    secret

    HTTP Digest password for the AiSEG2 web UI.

  • AISEG_TRANSPORT

    Transport. Forced to stdio here so the container matches this stdio package declaration; the image's own default is streamable-http for a standalone `docker run`.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aiseg2-mcp": {
      "command": "uvx",
      "args": [
        "aiseg2-mcp"
      ],
      "env": {
        "AISEG_URL": "<YOUR_AISEG_URL>",
        "AISEG_PASSWORD": "<YOUR_AISEG_PASSWORD>",
        "AISEG_TRANSPORT": "<YOUR_AISEG_TRANSPORT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aiseg2-mcp": {
      "command": "uvx",
      "args": [
        "aiseg2-mcp"
      ],
      "env": {
        "AISEG_URL": "<YOUR_AISEG_URL>",
        "AISEG_PASSWORD": "<YOUR_AISEG_PASSWORD>",
        "AISEG_TRANSPORT": "<YOUR_AISEG_TRANSPORT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aiseg2-mcp": {
      "command": "uvx",
      "args": [
        "aiseg2-mcp"
      ],
      "env": {
        "AISEG_URL": "<YOUR_AISEG_URL>",
        "AISEG_PASSWORD": "<YOUR_AISEG_PASSWORD>",
        "AISEG_TRANSPORT": "<YOUR_AISEG_TRANSPORT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aiseg2-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aiseg2-mcp"
      ],
      "env": {
        "AISEG_URL": "<YOUR_AISEG_URL>",
        "AISEG_PASSWORD": "<YOUR_AISEG_PASSWORD>",
        "AISEG_TRANSPORT": "<YOUR_AISEG_TRANSPORT>"
      }
    }
  }
}
Claude Code
claude mcp add aiseg2-mcp --env AISEG_URL=<YOUR_AISEG_URL> --env AISEG_PASSWORD=<YOUR_AISEG_PASSWORD> --env AISEG_TRANSPORT=<YOUR_AISEG_TRANSPORT> -- uvx aiseg2-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →