NetLogo MCP
Rank #16,625io.github.Razee4315/netlogo-mcp
Create, run, and analyze NetLogo agent-based models through natural conversation
NetLogo MCP is a Model Context Protocol (MCP) server published by razee4315. It ranks #16,625 of 132,046 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. NetLogo MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Feb 20, 2026 and most recently updated on Jun 6, 2026.
Ranks ahead of 115,421 of 132,046 servers on MCP Toplist.
Use NetLogo MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add netlogo-mcp -e "NETLOGO_HOME=<your NETLOGO_HOME>" -e "JAVA_HOME=<your JAVA_HOME>" -e "NETLOGO_GUI=<your NETLOGO_GUI>" -- uvx netlogo-mcpReplace each placeholder with your own value before saving.
[mcp_servers.netlogo-mcp]
command = "uvx"
args = ["netlogo-mcp"]
[mcp_servers.netlogo-mcp.env]
NETLOGO_HOME = "<your NETLOGO_HOME>"
JAVA_HOME = "<your JAVA_HOME>"
NETLOGO_GUI = "<your NETLOGO_GUI>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"netlogo-mcp": {
"command": "uvx",
"args": [
"netlogo-mcp"
],
"env": {
"NETLOGO_HOME": "<your NETLOGO_HOME>",
"JAVA_HOME": "<your JAVA_HOME>",
"NETLOGO_GUI": "<your NETLOGO_GUI>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"netlogo-mcp": {
"command": "uvx",
"args": [
"netlogo-mcp"
],
"env": {
"NETLOGO_HOME": "<your NETLOGO_HOME>",
"JAVA_HOME": "<your JAVA_HOME>",
"NETLOGO_GUI": "<your NETLOGO_GUI>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"netlogo-mcp": {
"command": "uvx",
"args": [
"netlogo-mcp"
],
"env": {
"NETLOGO_HOME": "<your NETLOGO_HOME>",
"JAVA_HOME": "<your JAVA_HOME>",
"NETLOGO_GUI": "<your NETLOGO_GUI>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"netlogo-mcp": {
"command": "uvx",
"args": [
"netlogo-mcp"
],
"env": {
"NETLOGO_HOME": "<your NETLOGO_HOME>",
"JAVA_HOME": "<your JAVA_HOME>",
"NETLOGO_GUI": "<your NETLOGO_GUI>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Razee4315%2Fnetlogo-mcp)<a href="https://mcptoplist.com/server/io.github.Razee4315%2Fnetlogo-mcp"><img src="https://mcptoplist.com/badge/io.github.Razee4315%2Fnetlogo-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
razee4315
Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Jun 6, 2026 |
Frequently asked questions
- Who maintains NetLogo MCP?
- NetLogo MCP is maintained by razee4315, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is NetLogo MCP listed on the Official MCP Registry?
- Yes — NetLogo MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does NetLogo MCP have?
- MCP Toplist tracks 1 version of NetLogo MCP, most recently published on Jun 6, 2026.
- Where can I find the source code for NetLogo MCP?
- The source code for NetLogo MCP is hosted at github.com/razee4315/netlogo-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.