Skip to content
Grok

World Model MCP for Grok

io.github.putervision/world-model-mcp

Persistent 3D/2D spatial world model for AI agents with entity tracking and simulation.

client:Grok transport:stdio runtime:npm

Install World Model MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "world-model-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@putervision/world-model-mcp"
      ]
    }
  }
}

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

World Model MCP in other clients