Servers
B
Bmbrick Agent Mosaic Skill
@Able-rip
Convert photos to LEGO-style brick mosaic previews with AI-powered color quantization. MCP server for Claude,Cursor, and other AI agents.
BMBrick Agent Mosaic Skill
Convert any photo into a LEGO-style brick mosaic preview using AI-powered color quantization.
Features
- Supports LEGO 3024 (square) and 98138 (round) plates
- Webrick color palette support
- 3D PBR rendering preview
- Adjustable grid size (up to 64x64)
- Background removal option
Usage
Install via npm and run with any MCP-compatible client (Claude Desktop, Cursor, VS Code, etc.)
{
"mcpServers": {
"bmbrick-mosaic": {
"command": "npx",
"args": ["-y", "@bmbrick/agent-mosaic-skill"]
}
}
}
Links
- npm (https://www.npmjs.com/package/@bmbrick/agent-mosaic-skill)
- Official MCP Registry (https://registry.modelcontextprotocol.io)