Browse and query the U.S. Energy Information Administration API v2 — electricity, petroleum, natural gas, coal, forecasts, and more via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"eia-energy-mcp-serve": {
"command": "npx",
"args": [
"-y",
"cyanheads/eia-energy-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add eia-energy-mcp-serve npx -y cyanheads/eia-energy-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"eia-energy-mcp-serve": {
"command": "npx",
"args": [
"-y",
"cyanheads/eia-energy-mcp-server"
]
}
}
}
📋 Copy