PluginBench
MCP Server

io.github.brac/particlr-mcp MCP Server

io.github.brac/particlr-mcp

What is the io.github.brac/particlr-mcp MCP server?

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

How to install io.github.brac/particlr-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "particlr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@particlr/mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "particlr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@particlr/mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "particlr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@particlr/mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "particlr-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@particlr/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add particlr-mcp -- npx -y @particlr/mcp

Related MCP servers

Deterministic validation, rendering, and inspection of GLB/glTF 3D models via the meshcheck API.