infyicon-mcp
Related Servers
Alternatives to infyicon-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceProvides access to Iconify's 200,000+ open source vector icons from 200+ icon sets, enabling search, browsing, and retrieval of icon data with framework usage examples.46 npmMIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server for semantic SVG icon search. Generate infographic SVG icons by keyword — over 100,000 icons with semantic search support.18 npmMIT
- AlicenseCqualityDmaintenanceEnables AI-powered icon search, generation, and download from 275,000+ icons with web-based authentication and subscription plans.15 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides access to over 200,000 open-source vector icons from more than 200 icon sets via the Iconify API. It enables users to browse, search, and retrieve specific icon data along with usage examples for popular web frameworks like React, Vue, and Tailwind CSS.328 npm15GPL 3.0
- FlicenseNot gradedqualityDmaintenanceVisual icon search, retrieval, and comparison for AI agents. Search 200k+ icons semantically, render side-by-side comparison grids, and retrieve raw SVG markup — all tools return images so vision-capable LLMs can see the icons.1-
- AlicenseNot gradedqualityCmaintenanceEnables searching, fetching SVG, and discovering icons from Iconify's 200,000+ icon library across 150+ sets.25 npmMIT
TDQS
Scored across 5 tools
The core search, category, and webfont lookup tools are clearly distinct, and get_icon_svg vs get_icon_png are easily told apart by format. Mild overlap exists because search_icons already returns SVG and PNG URLs, but the dedicated getter tools target specific icon IDs and formats.
Most tools follow a consistent verb_noun snake_case pattern: search_icons, get_icon_svg, get_icon_png, list_categories. uicons_lookup breaks the pattern slightly by leading with the object instead of a verb.
Five tools is a well-scoped count for an icon service covering discovery, asset retrieval, category browsing, and webfont lookup. Each tool has a clear purpose and none feel redundant or bloated.
The toolset covers the main icon workflows: searching icons, fetching SVG/PNG assets, browsing categories, and looking up webfont classes. Minor gaps remain, such as listing icons within a category or keyword-searching the uicons webfont, but the core surface is solid.