Skip to content
Cursor

agent mosaic skill for Cursor

io.github.able-rip/agent-mosaic-skill

Convert photos to LEGO-style brick mosaic previews with AI-powered color quantization.

client:Cursor transport:stdio runtime:npm

Install agent mosaic skill in Cursor

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

{
  "mcpServers": {
    "agent-mosaic-skill": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bmbrick/agent-mosaic-skill"
      ]
    }
  }
}

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

agent mosaic skill in other clients