openstudio-mcp-server
Verified Safeby roruizf
Overview
Enables AI assistants like Claude to interact with OpenStudio building energy models through a comprehensive set of natural language accessible tools for loading, inspecting, and manipulating models.
Installation
docker run --rm -i -v "C:\:/mnt/c" -v "C:\PATH\TO\YOUR\openstudio-mcp-server:/workspace" -w "/workspace/openstudio-mcp-server" openstudio-mcp-dev uv run openstudio_mcp_server/server.pyEnvironment Variables
- OPENSTUDIO_PATH
Security Notes
The server uses Docker with a critical volume mount (`-v C:\:/mnt/c`) that grants the container Read/Write access to the entire host C: drive. While necessary for the stated use case of interacting with local files, this is a high-privilege configuration that requires full trust in the container and its dependencies. The server itself communicates over standard I/O (stdio) via the MCP protocol, limiting direct external network exposure. No 'eval' or hardcoded secrets were found in the provided code.
Similar Servers
gis-mcp
A Model Context Protocol (MCP) server that provides AI agents and LLMs with comprehensive GIS capabilities, enabling geospatial analysis, data gathering, and transformations through natural language.
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
openhab-mcp
This project provides an MCP (Model Context Protocol) server to enable AI assistants like Claude and Cline to interact with and manage a real openHAB smart home system via its REST API.