← Back to browse

NetLogo MCP

Indexed by io.github.Razee4315

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsNETLOGO_HOME JAVA_HOME NETLOGO_GUI
Claude Code
claude mcp add --env NETLOGO_HOME= --env JAVA_HOME= --env NETLOGO_GUI= netlogo-mcp -- uvx netlogo-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"netlogo-mcp","command":"uvx","args":["netlogo-mcp"],"env":{"NETLOGO_HOME":"","JAVA_HOME":"","NETLOGO_GUI":""}}'
JSON
{
  "mcpServers": {
    "netlogo-mcp": {
      "command": "uvx",
      "args": [
        "netlogo-mcp"
      ],
      "env": {
        "NETLOGO_HOME": "",
        "JAVA_HOME": "",
        "NETLOGO_GUI": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.