mcpbeat Sign in

Aiseg2 MCP Server

by chanyou0311 Your server? Claim it
local only

Aiseg2 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from pypi. Last commit 28 Jul 2026.

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

Installs per day peak 24 · avg 10 · -20% w/w
a month agotoday
59
Installs / week
pypi · aiseg2-mcp
0
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Aiseg2 MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aiseg2-mcp -- uvx aiseg2-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aiseg2-mcp": {
      "args": [
        "aiseg2-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aiseg2-mcp]
command = "uvx"
args = ["aiseg2-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "aiseg2-mcp": {
      "args": [
        "aiseg2-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aiseg2-mcp": {
      "args": [
        "aiseg2-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AISEG_URL (AiSEG2 base URL, e.g. http://192.168.0.216 (http only).), AISEG_PASSWORD (HTTP Digest password for the AiSEG2 web UI.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Aiseg2 MCP

same job, measured the same way
Wfirma MCP
by agente-dev

Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.

22 installs/wk local only
VeryChic Hotel Deals
by jordantete

Unofficial read-only MCP server for VeryChic hotel offers

78 installs/wk 2 tools answering
Spot AI MCP (Unofficial)
by phil-bryant

Unofficial community MCP server for the Spot AI camera and video-intelligence REST API. Read-only.

503 installs/wk local only
Querido Diário MCP Server
by lucaspmgomess

Unofficial, read-only MCP server for the public Querido Diário API (Brazilian municipal gazettes)

389 installs/wk local only
Iris
by irishealth

Read-only health context MCP server for Iris users.

answering
Mux
by mux

The official MCP Server for the Mux API

414 installs/wk 2 tools answering
Docs MCP
by acta-team

Read-only MCP server for the official ACTA verifiable credentials documentation.

60 installs/wk local only
Eight Sleep MCP
by davidmosiah

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

113 installs/wk local only

Aiseg2 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Aiseg2 MCP?
Aiseg2 MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package aiseg2-mcp was installed 59 times last week.
How do I connect Aiseg2 MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aiseg2-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Aiseg2 MCP?
The pypi package aiseg2-mcp was installed 59 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aiseg2 MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.