IamCatoBot/text2sim-MCP-server
Text2Sim MCP Server is a conversational simulation engine that transforms natural language into working simulation models. Supporting Discrete-Event Simulation (DES) and System Dynamics (SD), it integrates with LLMs via the Model Context Protocol (MCP) to transform plain English descriptions into simulation models within environments like Claude.
Platform-specific configuration:
{
"mcpServers": {
"text2sim-MCP-server": {
"command": "npx",
"args": [
"-y",
"text2sim-MCP-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...