Convert local photos into LEGO-style brick mosaic previews from Claude, Cursor, Windsurf, and other MCP clients.
Overview
BMBrick Photo-to-LEGO Mosaic MCP Server
BMBrick Photo-to-LEGO Mosaic MCP Server lets AI agents convert local photos into LEGO-style brick mosaic previews.
It works with MCP-compatible clients such as Claude Desktop, Cursor, Windsurf, and other AI coding or creative agents.
What it does
- Converts a local image into a LEGO-style mosaic preview
- Supports square 1x1 tile style and round 1x1 tile style
- Generates 3D-style mosaic previews
- Runs locally through Node.js
- Uses the same BMBrick mosaic engine as bmbrick.com
- Helps users quickly explore whether a photo works well as LEGO mosaic art
Installation
Add this MCP server to your MCP client configuration:
{
"mcpServers": {
"lego-mosaic": {
"command": "npx",
"args": ["-y", "@bmbrick/photo-to-lego-mosaic-skill"]
}
}
}
Server Config
{
"mcpServers": {
"lego-mosaic": {
"command": "npx",
"args": [
"-y",
"@bmbrick/photo-to-lego-mosaic-skill"
]
}
}
}