mcpbeat Sign in

EPANET MCP Server

by applied-artificial-intelligence-eurecat Your server? Claim it
local only

EPANET MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 121 installs a week from pypi. Last commit 2 Jun 2026.

MCP server for EPANET water-distribution network simulation and scenario analysis.

Installs per day peak 51 · avg 22 · -14% w/w
a month agotoday
121
Installs / week
pypi · epanet-mcp-server
4
Stars
0 open issues
2 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check EPANET MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add epanet-mcp-server -- uvx epanet-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "epanet-mcp-server": {
      "args": [
        "epanet-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.epanet-mcp-server]
command = "uvx"
args = ["epanet-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "epanet-mcp-server": {
      "args": [
        "epanet-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "epanet-mcp-server": {
      "args": [
        "epanet-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to EPANET MCP Server

same job, measured the same way
MaBoSS Boolean Network Simulator
by marcorusc

MCP server for Boolean network simulation and attractor analysis using MaBoSS

local only
eNSP Nexus
by quwentao2005

MCP server and web terminal for Huawei eNSP network simulation.

139 installs/wk local only
AgentSUMO
by mw-jeong

MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis.

83 installs/wk local only
Orderly MCP
by orderlynetwork

MCP Server for Orderly Network - Documentation and SDK patterns

80 installs/wk local only
Cucumberstudio
by herosizy

MCP server for Cucumber Studio - test scenarios, action words, and execution data

59 installs/wk local only
C
Tenderly MCP
by tenderly

Tenderly MCP server for blockchain dev — simulate, debug, and test on 100+ networks.

answering
NeKo Biological Network Builder
by marcorusc

MCP server for biological network construction and analysis using pathway databases

local only
Upwork
by wmarceau

MCP server for Upwork job discovery, client analysis, and proposal assistance

48 installs/wk local only

EPANET MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for EPANET MCP Server?
EPANET MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package epanet-mcp-server was installed 121 times last week.
How do I connect EPANET MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls epanet-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use EPANET MCP Server?
The pypi package epanet-mcp-server was installed 121 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is EPANET MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.