MCP.so
登录

OpenDSS MCP 服务器

@XJTU-RL

关于 OpenDSS MCP 服务器

mcp server for LMC

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

XJTU-RL

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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, and get_losses.
  • Offers resources like circuit://current, elements://{type}, buses://list, and results://{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 服务器