Honeybee-Energy-MCP-Server

niloofaram02/Honeybee-Energy-MCP-Server
★ 0 stars HTML 🤖 AI/LLM Updated today
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": {
    "honeybee-energy-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "niloofaram02/Honeybee-Energy-MCP-Server"
      ]
    }
  }
}