epanet-mcp-server

Applied-Artificial-Intelligence-Eurecat/epanet-mcp-server
★ 3 stars Python Memory/Knowledge Updated 2d ago
Model Context Protocol (MCP) Server for loading water network models, running simulations, modifying parameters, and generating complex what-if scenarios through natural language
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "epanet-mcp-server": {
      "command": "uvx",
      "args": [
        "epanet-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install epanet-mcp-server

Topics

epanetepanet-python-toolkitmcp-server