bradleylab/stella-mcp
MCP server for Stella
Platform-specific configuration:
{
"mcpServers": {
"stella-mcp": {
"command": "npx",
"args": [
"-y",
"stella-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server for creating and manipulating Stella system dynamics models. This enables AI assistants like Claude to programmatically build, read, validate, and save .stmx files in the XMILE format.
Stella is a system dynamics modeling tool used for simulating complex systems in fields like ecology, biogeochemistry, economics, and engineering. This MCP server allows AI assistants to:
This is particularly useful for:
pip install stella-mcpgit clone https://github.com/bradleylab/stella-mcp.git
cd stella-mcp
pip install -e .mcp>=1.0.0Add to your claude_desktop_config.json:
{
"mcpServers": {
"stella": {
"command": "stella-mcp"
}
}
}Add to your .claude/settings.json:
{
"mcpServers": {
"stella": {
"command": "stella-mcp"
}
}
}If running from source:
{
"mcpServers": {
"stella": {
"command": "python",
"args": ["-m", "stella_mcp.server"],
"cwd": "/path/to/stella-mcp"
}
}
}| Tool | Description | |---
Loading reviews...