NetLogo MCP for Grok
io.github.razee4315/netlogo-mcp
Create, run, and analyze NetLogo agent-based models through natural conversation
client:Grok
transport:stdio
runtime:pypi
Install NetLogo MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"netlogo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"netlogo-mcp"
],
"env": {
"NETLOGO_HOME": "<NETLOGO_HOME>",
"JAVA_HOME": "<JAVA_HOME>",
"NETLOGO_GUI": "<NETLOGO_GUI>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs