1. Conduid
  2. Developer Tools
  3. Powermcp
MCP server · Developer Tools

Powermcp

PowerMCP is an open-source collection of MCP servers for power system software like PowerWorld and OpenDSS. These tools enable LLMs to directly interact with power system applications, facilitating intelligent coordination, simulation, and control in the energy domain.

Unclaimed MIT last commit 7 months ago devtools
66Good

Scored yesterday · breakdown

About Powermcp

Powermcp is an MCP server published by Power-Agent in the Developer Tools category: powerMCP is an open-source collection of MCP servers for power system software like PowerWorld and OpenDSS. These tools enable LLMs to directly interact with power system applications, facilitating intelligent coordination, simulation, and control in the energy domain. It has been installed 0 times through Conduid.

The repository has 85 stars and 25 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx powermcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Powermcp

Powered by Claude · Grounded in docs

I know everything about Powermcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.3.0v0.3.0 · 22 Aug 2026PowerMCP 0.3.0 tracks PowerIO 0.9.0, moves every bundled server to the MCP 2 SDK, and adds two new connectors. Breaking MCP 2 SDK.** Every server now imports `mcp.server.mcpserver.MCPServer`; the dependency floor is `mcp>=2,<3`.…
v0.2.1v0.2.1 · 2 Jul 2026PowerMCP 0.2.1 — track the PowerIO 0.4.0 MCP surface Require `powerio[mcp,matrix] >= 0.4.0` and re-export PowerIO's new `diagnostics` MCP tool. Document the `.pio.json` **package transport** (model + package metadata + structured…
v0.2.0v0.2.0 · 24 Jun 2026Adopts the **powerio 0.3.3** unified tool surface and adds an OpenDSS distribution on-ramp. Breaking changes PowerIO MCP tools renamed to canonical verbs: `parse`, `convert`, `save`, `summary`, `normalize`, `matrix`, `display` (were…
v0.1.4v0.1.4 · 23 Jun 2026powermcp 0.1.4 Fixes the **PSCAD MCP server** so it can run a simulation and read results end-to-end — verified against a 5 s MMC-HVDC bipole case (`PSCAD/data/MMC/MMC_HalfBridge_Bipole.pscx`), producing a 42 MB `.psout` (364 channels)…
v0.1.3v0.1.3 · 15 Jun 2026What's new in 0.1.3 feat:** powerio is now a **core dependency** — the cross-server case-conversion substrate is always available (#43, closes #30) refactor(powerio):** the standalone server re-exports the canonical `powerio.mcp.server`…

README

PowerMCP ⚡

Python Version

PowerMCP is an open-source collection of MCP servers for power system software like PowerWorld and OpenDSS. These tools enable LLMs to directly interact with power system applications, facilitating intelligent coordination, simulation, and control in the energy domain.

🌟 What is MCP?

The Model Context Protocol (MCP) is a revolutionary standard that enables AI applications to seamlessly connect with various external tools. Think of MCP as a universal adapter for AI applications, similar to what USB-C is for physical devices. It provides:

  • Standardized connections to power system software and data sources
  • Secure and efficient data exchange between AI agents and power systems
  • Reusable components for building intelligent power system applications
  • Interoperability between different AI models and power system tools

🤝 Our Community Vision

We're building an open-source community focused on accelerating AI adoption in the power domain through MCP. Our goals are:

  • Collaboration: Bring together power system experts, AI researchers, and software developers
  • Innovation: Create and share MCP servers for various power system software and tools
  • Education: Provide resources and examples for implementing AI in power systems
  • Standardization: Develop best practices for AI integration in the energy sector

🚀 Getting Started with MCP

📖 Quick Tutorial

🚀 New to PowerMCP? Start here!

📋 PowerMCP Tutorial PDF - Your complete guide to getting started with PowerMCP

This comprehensive tutorial will walk you through everything you need to know to begin using PowerMCP effectively.

Video Demos

Check out these demos showcasing PowerMCP in action:

  • Contingency Evaluation Demo: An LLM automatically operates power system software, such as PowerWorld and pandapower, to perform contingency analysis and generate professional reports.

  • Loadgrowth Evaluation Demo: An LLM automatically operates power system software, such as PowerWorld, to evaluate different load growth scenarios and generate professional reports with recommendations.

Useful MCP Tutorials

MCP follows a client-server architecture where:

  • Hosts are LLM applications (like Claude Desktop or IDEs) that initiate connections
  • Clients maintain 1:1 connections with servers, inside the host application
  • Servers provide context, tools, and prompts to clients

Check out these helpful tutorials to get started with MCP:

Testing with your LLMs

Note: All MCPs should be tested via Claude Desktop before submitting a PR to ensure consistency.

Open config.json and add the MCP servers for the power system tools you have installed. For example:

{
  "mcpServers": {
    "pandapower": {
      "command": "python",
      "args": ["pandapower/panda_mcp.py"]
    },
    "powerworld": {
      "command": "python",
      "args": ["PowerWorld/powerworld_mcp.py"]
    }
  }
}

Then, follow the setup instructions and configuration details in PowerMCP Tutorial PDF.

📚 Documentation

For detailed documentation about MCP, please visit:

🤝 Contributing

We welcome contributions! Please see our Contributing Guidelines for details.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

Core Team

Special Thanks

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Powermcp

How do I install Powermcp?

Run npx powermcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Powermcp safe to use with an AI agent?

Its trust score is 66 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Powermcp still maintained?

Yes — the latest release is v0.3.0 (22 Aug 2026), and the last commit was 7 months ago. The repository has 85 stars and 0 open issues.