Submit

PyPSA MCP: Energy Modeling for LLMs

@cdgaete

PyPSA MCP enables natural language interaction with energy system models through a Model Context Protocol server.
Overview

PyPSA MCP bridges Large Language Models and the PyPSA energy modeling framework through the Model Context Protocol. It enables the creation and analysis of energy system models using natural language, making power system modeling more accessible. Users can add network components, configure parameters, run simulations, and analyze results without writing code. This proof-of-concept demonstrates how AI interfaces can democratize access to complex energy system modeling tools.

Server Config

{
  "mcpServers": {
    "PyPSA MCP": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "pypsamcp",
        "pypsamcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.