Connects Claude to Iconify's icon library with visual output designed for multimodal models. Exposes search_icons to query by keyword and get back a 4x4 PNG grid where Claude can see the results and reference them by cell number, plus get_svg to retrieve raw SVG markup from Iconify IDs, URLs, or local files. Also includes render_grid for side-by-side comparisons, useful when you're iterating on SVG edits or checking style consistency across a set. Built in Rust with stdio transport. The key trick is returning images instead of metadata so vision models can actually judge icon style and fit rather than guessing from filenames.
claude mcp add --transport stdio io.github.n0isy-mcp-icon-visual uvx mcp-icon-visual