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
By bradleylab
Installation
npx -y stella-mcpConfiguration
{
"mcpServers": {
"stella-mcp": {
"command": "npx",
"args": ["-y", "stella-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes