QueueSim for Claude Desktop
com.queuesim/public
Run M/M/c queue simulations and four scenarios (call center, ER, coffee shop, single server).
client:Claude Desktop
transport:streamable-http
tools:11
Install QueueSim in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"public": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://queuesim.com/mcp/v1"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs