★ 1 stars
TypeScript
🤖 AI/LLM
Updated 3d ago
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.
View on GitHub →
Try with Claude — $10 free →
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-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/eia-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add eia-mcp-server npx -y cyanheads/eia-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"eia-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/eia-mcp-server"
]
}
}
}
📋 Copy
Topics
ai-agent bun coal cyanheads eia electricity energy-api energy-data llm mcp mcp-server model-context-protocol natural-gas petroleum stdio