mcpbeat Sign in

Agent Mosaic Skill MCP Server

local only

Agent Mosaic Skill runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 25 May 2026.

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

Installs per day peak 19 · avg 8 · +32% w/w
a month agotoday
37
Installs / week
npm · @bmbrick/agent-mosaic-skill
1
Stars
0 open issues
25 May 2026
Last commit
0 releases in 90 days
custom licence
License
JavaScript

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository able-rip/bmbrick-photo-to-lego-mosaic-skill
пакет @bmbrick/agent-mosaic-skill ссылается на able-rip/agent-mosaic-skill

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agent-mosaic-skill -- npx -y @bmbrick/agent-mosaic-skill
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-mosaic-skill": {
      "args": [
        "-y",
        "@bmbrick/agent-mosaic-skill"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-mosaic-skill]
command = "npx"
args = ["-y", "@bmbrick/agent-mosaic-skill"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-mosaic-skill": {
      "args": [
        "-y",
        "@bmbrick/agent-mosaic-skill"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-mosaic-skill": {
      "args": [
        "-y",
        "@bmbrick/agent-mosaic-skill"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Mosaic Skill

same job, measured the same way
Draw Flow MCP Server
by hj1003862396

MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview

29 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only
Promptready MCP
by hydrojwh

Convert PDF/CSV to Markdown with AI-powered OCR via the PromptReady cloud API.

983 installs/wk local only
i18n-agent
by i18nagent

AI-powered translation for 48 languages with context-aware quality

94 installs/wk answering
I
Bookmark Lens
by cornelcroi

Local-first bookmark management with semantic search and AI-powered organization

107 installs/wk local only
Uptier
by foxintheloop

MCP-powered To-Do application with intelligent task prioritization

29 installs/wk local only
RAG
by fieldcure

MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.

local only
Revit MCP
by shuotao

MCP Server for Revit integration - AI-Powered Revit Control

47 installs/wk local only

Agent Mosaic Skill — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Mosaic Skill?
Agent Mosaic Skill runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @bmbrick/agent-mosaic-skill was installed 37 times last week.
How do I connect Agent Mosaic Skill?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @bmbrick/agent-mosaic-skill straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Mosaic Skill?
The npm package @bmbrick/agent-mosaic-skill was installed 37 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Mosaic Skill open source?
No, and the distinction matters: it ships its own licence file rather than a standard open-source licence. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.