Energy-MCP-Server

niloofaram02/Energy-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
A high-performance Model Context Protocol (MCP) server for building energy modeling. This server bridges the gap between LLMs and the Honeybee/Ladybug ecosystem, allowing AI agents to generate architectural models, run EnergyPlus simulations, and analyze building performance in real-time.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "energy-mcp-server": {
      "command": "uvx",
      "args": [
        "energy-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install energy-mcp-server