Skip to content

plateau creative mcp for Grok

io.github.pixelx-jp/plateau-creative-mcp

PLATEAU 3D city data as scene-editing and glTF export tools for creative LLM agents.

client:Grok transport:stdio runtime:npm

Install plateau creative mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "plateau-creative-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yodolabs/plateau-creative-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

plateau creative mcp in other clients