mcpbeat Sign in

Industrial-AIOps Energy MCP Server

local only

Industrial-AIOps Energy runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from pypi. Last commit 2 Aug 2026.

Industrial-AIOps energy edition: IEC-104/DNP3/IEC-61850 read-only OT connectors on iaiops.core.

Installs per day peak 114 · avg 34 · -47% w/w
a month agotoday
117
Installs / week
pypi · iaiops-energy
1
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Industrial-AIOps Energy 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 iaiops-energy -- uvx iaiops-energy
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "iaiops-energy": {
      "args": [
        "iaiops-energy"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.iaiops-energy]
command = "uvx"
args = ["iaiops-energy"]
.cursor/mcp.json
{
  "mcpServers": {
    "iaiops-energy": {
      "args": [
        "iaiops-energy"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "iaiops-energy": {
      "args": [
        "iaiops-energy"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: IAIOPS_CONFIG (Path to the iaiops endpoints config YAML (defines IEC-104/DNP3/IEC-61850 targets); omit to use the default location.), IAIOPS_MASTER_PASSWORD (Master password that unlocks the encrypted secret store holding endpoint credentials.), IAIOPS_NO_EGRESS (Set to 1 to withhold every data-shipping tool (message bus, external historian, remote LLM) from list_tools() at registration time, for an airgap/sealed-box deployment. A data-exfiltration axis only, not read/write authorisation — every tool is governed and audited. This edition's connectors are monitor-only, so what this withholds are the base brain tools mirrored in from iaiops. Requires iaiops>=0.19.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Industrial-AIOps Energy

same job, measured the same way
Energyatit
by kasathur

Connect AI agents to energy infrastructure. Dispatch, attest carbon, read meters.

32 installs/wk local only
Runitonai MCP
by structlabs-io

Read-only MCP connector serving the Run It on AI book; index and Implementation Blocks are free.

11 tools answering
Okun Koneosa
by okunkoneosa

Finnish industrial supplies store. Read-only MCP: catalog search, product details, cart, policies.

5 tools answering
App Store Connect
by forgeopslabs

MCP server for the Apple App Store Connect API - 114 annotated tools, optional read-only mode.

local only
Stripe_connect
by pipeworx-io

Stripe MCP Pack — read-only access to Stripe data via API key.

42 tools answering
SearchConsole.ai
by searchconsole

Read-only Search Console analytics, URL inspection, indexing diagnostics, and sitemaps.

answering
App Store & Google Play
by johnbilousov

Read-only access to App Store Connect and Google Play: apps, releases, and reviews.

51 installs/wk local only
DaVinci Resolve Lite MCP
by 2sem

Control DaVinci Resolve, including the free Lite edition. Manual setup only — see README.

local only

Industrial-AIOps Energy — questions

Answers built from our own checks of this server.

Why is there no uptime for Industrial-AIOps Energy?
Industrial-AIOps Energy 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 iaiops-energy was installed 117 times last week.
How do I connect Industrial-AIOps Energy?
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 iaiops-energy straight from pypi; nothing to host, nothing to sign up for.
How many people use Industrial-AIOps Energy?
The pypi package iaiops-energy was installed 117 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Industrial-AIOps Energy open source?
Yes — it is published under the MIT licence, written in Python and 1 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.