Skip to content
@idfkit

idfkit

⚡ idfkit

A modern, open-source toolkit ecosystem for EnergyPlus building energy simulation.

Website · Docs · Web Editor · Python API


idfkit gives you everything you need to model, simulate, and optimize building energy performance — from a fast Python library to a visual web editor to AI-powered automation.

Ecosystem

RepositoryDescription
idfkitCore Python toolkit — O(1) lookups, reference tracking, IDF + epJSON, weather, simulation
🏗️idfkit-appEnvelop — browser-native EnergyPlus editor with visual HVAC design and 3D geometry viewer
🤖idfkit-mcpMCP server exposing 32 AI tools for modeling, simulation, weather, validation, and docs
🧠idfkit-lspLanguage Server + VS Code extension for intelligent idfkit Python development
📖idfkit-docsInteractive EnergyPlus Input/Output reference documentation
🌐idfkit.comProject website and ecosystem hub

Quick Start

pip install idfkit
fromidfkitimportload_idfdoc=load_idf("model.idf")
zone=doc["Zone"]["Office"]
zone.name="Open Plan Office"# all references update automaticallydoc.save("updated.idf")

Highlights

  • 4,000x faster lookups than legacy tools via O(1) indexed collections
  • IDF + epJSON — read, write, and convert between both formats
  • 55,000+ weather stations — search by location, download EPW/DDY files
  • AI-native — MCP server with 32 tools for autonomous agent workflows
  • Zero install web editor — visual HVAC design and in-browser simulation

idfkit is in beta — we'd love your feedback.

Popular repositories Loading

  1. idfkit idfkitPublic

    ⚡ A fast, modern EnergyPlus IDF/epJSON toolkit for Python

    Python 7 1

  2. idfkit-mcp idfkit-mcpPublic

    🤖 Model Context Protocol (MCP) server for EnergyPlus building energy simulation

    Python 3

  3. idfkit-docs idfkit-docsPublic

    📖 Interactive EnergyPlus Input/Output reference documentation

    Python 1

  4. idfkit.com idfkit.comPublic

    🌐 Official website and ecosystem hub for the idfkit EnergyPlus toolkit

    JavaScript

  5. .github .githubPublic

    Organization profile and community health files

  6. idfkit-plugin idfkit-pluginPublic

    Claude Code plugin for EnergyPlus IDF modeling with idfkit

    Python

Repositories

Showing 10 of 11 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…