Loading MCP server directory, please wait...
MCP server for US electricity grid data: fuel mix, demand, retail prices, CO2 emissions
npx @getmcp/cli add io.github.pranavbhosale25/eia-mcp-gridsenseRequires Python 3.10+. Community-contributed server. Review source before installing.
EIA_API_KEYYour EIA API key (register at https://www.eia.gov/opendata/register.php)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pranavbhosale25/eia-mcp-gridsense": {
"command": "uvx",
"args": [
"eia-mcp-gridsense"
],
"env": {
"EIA_API_KEY": ""
}
}
}
}