Odel
energyatit mcp server

energyatit mcp server

Local
@kasathur1JavaScriptMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmenergyatit-mcp-serverv1.0.0

Run

npx -y energyatit-mcp-server

MCP client config

{
  "mcpServers": {
    "energyatit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "energyatit-mcp-server"
      ]
    }
  }
}