OpenDSS MCP 服务器
@XJTU-RL
关于 OpenDSS MCP 服务器
mcp server for LMC
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is OpenDSS MCP 服务器?
OpenDSS MCP 服务器 is an OpenDSS server built with the Model Context Protocol (MCP) framework. It allows power system simulation tools to interact with large language models (LLMs) via the MCP protocol. It is intended for engineers and developers working with power system analysis and simulation.
How to use OpenDSS MCP 服务器?
Install using uv or pip from the Git repository. Start the server in development mode with mcp dev -m opendss_mcp.server or install it to Claude Desktop with mcp install -m opendss_mcp.server. The README provides a Python code example showing how to create an MCP server and use tools like compile_dss_file.
Key features of OpenDSS MCP 服务器
- Supports core OpenDSS power system simulation functionality.
- Exposes OpenDSS capabilities through MCP resources, tools, and prompt templates.
- Provides tools such as
compile_dss_file,solve,get_power_flow,get_voltages, andget_losses. - Offers resources like
circuit://current,elements://{type},buses://list, andresults://{result_type}. - Includes prompt templates for circuit analysis, power flow solving, and result explanation.
Use cases of OpenDSS MCP 服务器
- Compiling and analyzing DSS circuit files.
- Solving power flow and retrieving voltage, loss, and power flow results.
- Executing arbitrary OpenDSS commands through an MCP tool.
- Interfacing OpenDSS simulations with LLM-based assistants for automated analysis.
FAQ from OpenDSS MCP 服务器
What are the prerequisites for using OpenDSS MCP 服务器?
Python 3.10 or higher and an OpenDSS installation (via opendssdirect.py) are required.
How do I install OpenDSS MCP 服务器?
Install using uv install git+https://github.com/your-username/opendss-mcp.git or pip install git+https://github.com/your-username/opendss-mcp.git.
What tools does OpenDSS MCP 服务器 provide?
It provides tools including compile_dss_file, execute_command, solve, get_power_flow, get_voltages, and get_losses.
What resources are available?
Resources include circuit://current, elements://{type}, buses://list, and results://{result_type} for accessing circuit, element, bus, and result data.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
评论