Back to MCP Servers

Stella

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

data-science-tools

Installation

npx -y stella-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub