agent mosaic skill for Grok
io.github.able-rip/agent-mosaic-skill
Convert photos to LEGO-style brick mosaic previews with AI-powered color quantization.
client:Grok
transport:stdio
runtime:npm
Install agent mosaic skill in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-mosaic-skill": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bmbrick/agent-mosaic-skill"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs