a month ago
QueueSim is a free MCP server that gives Claude, Cursor, and any MCP-speaking AI the ability to run real discrete event queueing simulations. Nine tools cover direct M/M/c, four preset scenarios (call center, ER, coffee shop, single server), staffing recommendations, scenario comparisons, theory explainers, and result interpretation. By ChiAha — 35 years of Discrete Event Simulation.
Server Config
{
"mcpServers": {
"queuesim": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://queuesim.com/mcp/v1"
]
}
}
}