What is the NetLogo MCP MCP server?
Create, run, and analyze NetLogo agent-based models through natural conversation
How to install NetLogo MCP
Copy-paste configuration for popular MCP clients.
NETLOGO_HOMErequiredPath to the NetLogo 7.0+ installation directory (e.g. C:/Program Files/NetLogo 7.0.3)
JAVA_HOMErequiredPath to a Java JDK 11+ installation (not a JRE)
NETLOGO_GUISet to false for headless mode (no NetLogo window); default true
{
"mcpServers": {
"netlogo-mcp": {
"command": "uvx",
"args": [
"netlogo-mcp"
],
"env": {
"NETLOGO_HOME": "<YOUR_NETLOGO_HOME>",
"JAVA_HOME": "<YOUR_JAVA_HOME>",
"NETLOGO_GUI": "<YOUR_NETLOGO_GUI>"
}
}
}
}{
"mcpServers": {
"netlogo-mcp": {
"command": "uvx",
"args": [
"netlogo-mcp"
],
"env": {
"NETLOGO_HOME": "<YOUR_NETLOGO_HOME>",
"JAVA_HOME": "<YOUR_JAVA_HOME>",
"NETLOGO_GUI": "<YOUR_NETLOGO_GUI>"
}
}
}
}{
"mcpServers": {
"netlogo-mcp": {
"command": "uvx",
"args": [
"netlogo-mcp"
],
"env": {
"NETLOGO_HOME": "<YOUR_NETLOGO_HOME>",
"JAVA_HOME": "<YOUR_JAVA_HOME>",
"NETLOGO_GUI": "<YOUR_NETLOGO_GUI>"
}
}
}
}{
"servers": {
"netlogo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"netlogo-mcp"
],
"env": {
"NETLOGO_HOME": "<YOUR_NETLOGO_HOME>",
"JAVA_HOME": "<YOUR_JAVA_HOME>",
"NETLOGO_GUI": "<YOUR_NETLOGO_GUI>"
}
}
}
}claude mcp add netlogo-mcp --env NETLOGO_HOME=<YOUR_NETLOGO_HOME> --env JAVA_HOME=<YOUR_JAVA_HOME> --env NETLOGO_GUI=<YOUR_NETLOGO_GUI> -- uvx netlogo-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.