Text2sim MCP Server

A Model Context Protocol server providing multi-paradigm simulation capabilities through conversational interfaces. The server supports

Local serverstdioPython

What is the Text2sim MCP server?

If you already use Text2sim, the text2sim mcp server is the piece that lets your assistant work with it directly. A Model Context Protocol server providing multi-paradigm simulation capabilities through conversational interfaces. The server supports Discrete-Event Simulation via SimPy and System Dynamics modeling via PySD and a PySD-compatible JSON.

What the server does

Text2Sim MCP Server enables Large Language Models to create, validate, and execute simulation models through natural language interfaces. The server processes JSON-structured simulation configurations and returns execution results with comprehensive analytics.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Domain — specific examples and workflow guidance
  • Conversation — ready templates for session sharing
  • Documentation — The Documentation tool exposed by this server

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Text2sim's toolset — Domain, Conversation, Documentation — is a fair guide to whether it matches your workflow. It is maintained by IamCatoBot; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Text2sim's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
Domainspecific examples and workflow guidance
Conversationready templates for session sharing
DocumentationThe Documentation tool exposed by this server.

How to install the Text2sim MCP server

{
  "mcpServers": {
    "Text2Sim MCP Server": {
      "command": "uv",
      "args": [
        "--directory",
        "PATH_TO_TEXT2SIM_MCP_SERVER",
        "run",
        "python",
        "-m",
        "mcp_server"
      ],
      "env": {}
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Text2sim to Domain.
  • Use Text2sim to Conversation.
  • Use Text2sim to Documentation.

Frequently asked questions

It connects Text2sim to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Domain, Conversation, Documentation) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Text2sim directly.