Home › Other › NetLogo MCP

NetLogo MCP

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

Python
★ 27 stars Last pushed 2026-08-01 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.0.2)

uvx netlogo-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "netlogo-mcp": {
      "command": "uvx",
      "args": [
        "netlogo-mcp"
      ],
      "env": {
        "NETLOGO_HOME": "<YOUR_VALUE>",
        "JAVA_HOME": "<YOUR_VALUE>",
        "NETLOGO_GUI": "<YOUR_VALUE>"
      }
    }
  }
}
  • NETLOGO_HOME required — Path to the NetLogo 7.0+ installation directory (e.g. C:/Program Files/NetLogo 7.0.3)
  • JAVA_HOME required — Path to a Java JDK 11+ installation (not a JRE)
  • NETLOGO_GUI — Set to false for headless mode (no NetLogo window); default true

Related servers

Data from the Official MCP Registry