Back to Home
Power-Agent icon

PowerMCP

by Power-Agent

Overview

Facilitating AI (LLM) interaction with various power system simulation and analysis software for tasks like power flow, dynamic simulation, contingency analysis, and optimization.

Installation

Run Command
python ANDES/andes_mcp.py

Security Notes

The server architecture relies on `subprocess` calls to interact with external power system software (e.g., PSSE, LTSpice, PowerWorld). While necessary for its function, this always introduces a potential for command injection if inputs are not thoroughly sanitized, though some input validation is present for file paths. A significant security risk lies with the `PSSE` integration, which explicitly requires and uses Python 2.7, an end-of-life version with known security vulnerabilities. Additionally, `ANDES/andes_mcp.py` contains a hardcoded `STORE_DIR` (e.g., `C:\Users\ibm\Documents\GitHub\PowerMCP\ANDES`), which is insecure and highly platform-dependent, necessitating manual modification by the user and potentially leading to unexpected file access issues if not correctly set.

Similar Servers

Stats

Interest Score49
Security Score5
Cost ClassMedium
Avg Tokens2000
Stars80
Forks23
Last Update2026-01-14

Tags

Power SystemsLLM IntegrationSimulationEnergyMCP