Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Eia Mcp Gridsense

FreeNot checked

MCP server exposing US electricity grid data (fuel mix, demand, retail prices, CO2 emissions) from the EIA API

GitHubEmbed

About

MCP server exposing US electricity grid data (fuel mix, demand, retail prices, CO2 emissions) from the EIA API

README

An MCP server exposing US electricity grid data from the EIA API:

  • get_fuel_mix — hourly generation by fuel source for a grid region
  • get_electricity_demand — hourly demand for a grid region
  • get_wholesale_prices — monthly retail price proxy for a state
  • get_co2_emissions — annual CO2 emissions by state, electric power sector

Setup

Requires an EIA API key: https://www.eia.gov/opendata/register.php

Set it as an environment variable (or in a local .env file, never committed):

EIA_API_KEY=your-key-here

Usage with Claude Desktop

{
  "mcpServers": {
    "eia-mcp-gridsense": {
      "command": "uvx",
      "args": ["eia-mcp-gridsense"],
      "env": {
        "EIA_API_KEY": "your-key-here"
      }
    }
  }
}

from github.com/pranavbhosale25/eia-mcp-gridsense

Installing Eia Mcp Gridsense

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pranavbhosale25/eia-mcp-gridsense

FAQ

Is Eia Mcp Gridsense MCP free?

Yes, Eia Mcp Gridsense MCP is free — one-click install via Unyly at no cost.

Does Eia Mcp Gridsense need an API key?

No, Eia Mcp Gridsense runs without API keys or environment variables.

Is Eia Mcp Gridsense hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Eia Mcp Gridsense in Claude Desktop, Claude Code or Cursor?

Open Eia Mcp Gridsense on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Eia Mcp Gridsense with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs