Odel
eia mcp gridsense

eia mcp gridsense

Local
@pranavbhosale25PythonUpdated 2mo ago

MCP server for US electricity grid data: fuel mix, demand, retail prices, CO2 emissions

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).

PyPIeia-mcp-gridsensev0.1.0

Run

uvx eia-mcp-gridsense

MCP client config

{
  "mcpServers": {
    "eia-mcp-gridsense": {
      "command": "uvx",
      "args": [
        "eia-mcp-gridsense"
      ]
    }
  }
}