NetLogo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from pypi. Last commit 7 Jul 2026.
Create, run, and analyze NetLogo agent-based models through natural conversation
We read the source, 1 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
proc = subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add netlogo-mcp -- uvx netlogo-mcp
{
"mcpServers": {
"netlogo-mcp": {
"args": [
"netlogo-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.netlogo-mcp]
command = "uvx"
args = ["netlogo-mcp"]
{
"mcpServers": {
"netlogo-mcp": {
"args": [
"netlogo-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"netlogo-mcp": {
"args": [
"netlogo-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
NETLOGO_HOME (Path to the NetLogo 7.0+ installation directory (e.g. C:/Program Files/NetLogo 7.0.3)), JAVA_HOME (Path to a Java JDK 11+ installation (not a JRE)), NETLOGO_GUI (Set to false for headless mode (no NetLogo window); default true).
The author declared them in the registry entry; get the values from the project itself.
Create, manage, publish, and analyze Inblog content through AI agents.
Create and manage AI voice agents, real-time conversations, and analytics with eigi.ai
MCP-native ad server. Monetize AI chatbots and agents with conversational ads.
Generate AI artwork and order physical wall-art prints through conversation.
ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts
MCP server for ChipsAI — manage chatbots, conversations, and AI models
Generate game-ready 3D models, textures, and audio from natural language, over MCP.
Strapi CMS MCP — natural-language content management: create, manage, and publish content.
Answers built from our own checks of this server.