idfkit-mcp

idfkit/idfkit-mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
🤖 Model Context Protocol (MCP) server for EnergyPlus building energy simulation
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": {
    "idfkit-mcp": {
      "command": "uvx",
      "args": [
        "idfkit-mcp"
      ]
    }
  }
}

Or install with pip: pip install idfkit-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io/) server that lets AI assistants work directly with [EnergyPlus](https://energyplus.net/) building energy models. Connect it to Claude, ChatGPT, Cursor, Codex, or any MCP-compatible client and use natural language to: - **Build models from scratch** — describe a building and let the agent create zones, surfaces, constructions, schedules, and HVAC systems

Tools (1)

doc_url

Topics

aibuilding-energy-simulationenergyplusllmmcppython