Skip to content
Cursor

particlr mcp for Cursor

io.github.brac/particlr-mcp

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

client:Cursor transport:stdio runtime:npm

Install particlr mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

particlr mcp in other clients