Skip to main content
Data Science ToolsPython

bradleylab/stella-mcp

Create, read, validate, and save Stella system dynamics models (.stmx files in XMILE format) for scientific simulation and modeling.

data-science-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/bradleylab/stella-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "stella-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bradleylab/stella-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Science Tools
Language
Python
Author
bradleylab