MCP.so
Sign In
M

Mcp Icon Visual

@n0isy

About Mcp Icon Visual

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "icon-visual": {
      "command": "npx",
      "args": [
        "-y",
        "@br-ai-n/mcp-icon-visual"
      ]
    }
  }
}

Tools

3

Retrieve raw SVG markup from any source. Returns the complete SVG string. Use this to inspect or modify SVG content before passing to render_grid.

Render 1-16 SVGs onto a 4x4 comparison grid (512x512, cells 0-15). Uses the same grid layout as search_icons for pixel-perfect visual comparison. Typical uses: compare icon variants side-by-side, preview local project icons alongside search results, show multiple iterations of a design.

Semantic icon search. Returns a 4x4 PNG grid (512x512, cells 0-15) and a mapping of cell numbers to SVG URLs. Use cell numbers to reference icons in subsequent get_svg and render_grid calls.

Comments

More Other MCP servers