energyplus-idf-mcp-server

walkererik1991/energyplus-idf-mcp-server
★ 0 stars HTML Code/Dev Tools Updated today
Python Model Context Protocol server for EnergyPlus building energy simulation. Inspect, change, validate, visualize, and simulate building models through structured tools, with stdio and streamable HTTP connections for clients.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "energyplus-idf-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "walkererik1991/energyplus-idf-mcp-server"
      ]
    }
  }
}

README Excerpt

> **EnergyPlus MCP Server is a Python implementation of the Model Context Protocol that provides structured tools for inspecting, changing, validating, visualizing, and simulating EnergyPlus building models in version 0.1.0.** --- <p align="center"> <a href="https://walkererik1991.github.io/energyplus-idf-mcp-server/">