FindEnergyRates Electricity Rates for Claude Desktop
com.findenergyrates/electricity-rates
Live US retail electricity plans, utility price-to-compare rates, ZIP-to-utility lookup. Read-only.
client:Claude Desktop
transport:streamable-http
Install FindEnergyRates Electricity Rates in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"electricity-rates": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://findenergyrates.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs