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).
Run
uvx eia-mcp-gridsense
MCP client config
{
"mcpServers": {
"eia-mcp-gridsense": {
"command": "uvx",
"args": [
"eia-mcp-gridsense"
]
}
}
}