Skip to content
Grok

particlr mcp for Grok

io.github.brac/particlr-mcp

Agents author particlr .prt particle effects headlessly: validate, simulate, render to PNG, patch.

client:Grok transport:stdio runtime:npm

Install particlr mcp in Grok

.mcp.json (in your project root)

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

particlr mcp in other clients