← Back to browse

eia-mcp-gridsense

Indexed by io.github.pranavbhosale25

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsEIA_API_KEY
Claude Code
claude mcp add --env EIA_API_KEY= eia-mcp-gridsense -- uvx eia-mcp-gridsense
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"eia-mcp-gridsense","command":"uvx","args":["eia-mcp-gridsense"],"env":{"EIA_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "eia-mcp-gridsense": {
      "command": "uvx",
      "args": [
        "eia-mcp-gridsense"
      ],
      "env": {
        "EIA_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.