mcpbeat Sign in

Energyatit MCP Server

local only

Energyatit runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 14 Feb 2026.

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

Installs per day peak 9 · avg 5 · +15% w/w
a month agotoday
32
Installs / week
npm · energyatit-mcp-server
1
Stars
0 open issues
14 Feb 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Energyatit 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 energyatit -- npx -y energyatit-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "energyatit": {
      "args": [
        "-y",
        "energyatit-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.energyatit]
command = "npx"
args = ["-y", "energyatit-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "energyatit": {
      "args": [
        "-y",
        "energyatit-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "energyatit": {
      "args": [
        "-y",
        "energyatit-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ENERGYATIT_API_KEY (Your EnergyAtIt API key (get one free at energyatit.com/developers)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Energyatit

same job, measured the same way
Carbon Arc
by carbon-arc

The infrastructure for the AI economy: primitives for inference, agents, and decisions.

answering
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
I
Evidra
by vitas

Evidra — Flight recorder for AI infrastructure agents

local only
Clawaimail
by joansongjr

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.

42 installs/wk local only
Report Needs MCP Server
by jarvisonm4

MCP server for AI agents to report infrastructure needs they encounter during task execution

54 installs/wk local only
Sendraven
by sendraven

Email infrastructure for AI agents: send, read replies as threads, campaigns, per-key limits.

581 installs/wk 55 tools answering
Jettyd
by jettyd

Connect AI agents to IoT devices — read sensors, send commands, manage ESP32 fleets.

42 installs/wk local only
Apier
by apier

Compliance infrastructure API connecting AI agents to Norwegian government systems (Altinn, BRREG).

25 tools answering

Energyatit — questions

Answers built from our own checks of this server.

Why is there no uptime for Energyatit?
Energyatit 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 npm package energyatit-mcp-server was installed 32 times last week.
How do I connect Energyatit?
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 energyatit-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Energyatit?
The npm package energyatit-mcp-server was installed 32 times in the last week. Week over week that is +15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Energyatit open source?
Yes — it is published under the MIT licence, written in JavaScript 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.