Skip to content
Cursor

NetLogo MCP for Cursor

io.github.razee4315/netlogo-mcp

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

client:Cursor transport:stdio runtime:pypi

Install NetLogo MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "netlogo-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "netlogo-mcp"
      ],
      "env": {
        "NETLOGO_HOME": "<NETLOGO_HOME>",
        "JAVA_HOME": "<JAVA_HOME>",
        "NETLOGO_GUI": "<NETLOGO_GUI>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NetLogo MCP in other clients