agent-mosaic-skill
BMBrick Agent Mosaic Skill
Preview-only local mosaic generation for Agent and MCP workflows.
@bmbrick/agent-mosaic-skill lets an agent convert a local image into a BMBrick LEGO-style mosaic preview on the user's machine. The generated preview uses the same canonical BMBrick preview pipeline as the website, includes a BMBrick watermark, and does not return project data such as placement matrices, parts lists, PDFs, or unwatermarked HD exports.
Visual Previews
Generated using the generate_bmbrick_mosaic tool (3D render mode):
Original Photo | 48x48 Preview | 64x64 Preview |
|
|
|
Usage
Run directly via npx:
npx -y @bmbrick/agent-mosaic-skillMCP Configuration
Add this to your MCP settings file (e.g., claude_desktop_config.json):
{
"mcpServers": {
"bmbrick": {
"command": "npx",
"args": ["-y", "@bmbrick/agent-mosaic-skill"]
}
}
}Tool: generate_bmbrick_mosaic
Inputs:
imagePath: absolute local image pathcolumns: preview width (default 48, max 64)rows: preview height (default 48, max 64)materialMode:square_1x1(default) orround_1x1removeBackground: true/false
The result is a local PNG preview path + a link to bmbrick.com for unlocking full HD deliverables.
Boundaries
This is a preview-only tool. It provides a watermarked visual reference but does not expose:
brick placement data
parts lists
PDF instructions
unwatermarked HD exports
For the complete project, please visit bmbrick.com.
License
MCP Wrapper & Skill: MIT
Preview Engine: Restricted (Local watermarked preview use only)
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Able-rip/agent-mosaic-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server


