Odel
NetLogo MCP

NetLogo MCP

Local
@razee431526PythonMITUpdated 1mo ago

Create, run, and analyze NetLogo agent-based models through natural conversation

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPInetlogo-mcpv1.0.2

Run

uvx netlogo-mcp

MCP client config

{
  "mcpServers": {
    "netlogo-mcp": {
      "command": "uvx",
      "args": [
        "netlogo-mcp"
      ]
    }
  }
}