Iconify MCP Server
Related Servers
Alternatives to Iconify MCP Server
No user-submitted related servers found.
Related Servers
- 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.256 npm15GPL 3.0
- AlicenseAqualityDmaintenanceProvide access to Iconify's MCP server with over 200,000 open-source vector ICONS, supporting icon set browsing, searching, and obtaining multi-framework usage examples.42Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables searching, fetching SVG, and discovering icons from Iconify's 200,000+ icon library across 150+ sets.14 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables searching for icons by keyword, retrieving SVG data and dimensions for specific icons, and browsing available icon collections through the Iconify public API.1 npm1MIT
- AlicenseCqualityDmaintenanceEnables AI-powered icon search, generation, and download from 275,000+ icons with web-based authentication and subscription plans.15 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides access to over 200,000 icons from 150+ collections with features for searching, recommendations, and direct file synchronization. It supports multiple frameworks and optimizes AI performance by writing icon code directly to project files.457 npm1,273MIT
TDQS
Scored across 4 tools
get_all_icon_sets vs get_icon_set is clearly distinguished (all collections vs one collection), and search_icons is distinct. get_icon_data and get_icon_set both return icon-related info, so there is minor potential for confusion, but descriptions clarify the granularity.
All four names follow a clean verb_noun snake_case pattern (get_icon_set, get_all_icon_sets, search_icons, get_icon_data). The convention is highly predictable and consistent.
Four tools is a tight, well-scoped surface covering browse, search, set detail, and single-icon retrieval. It is slightly lean, but each tool earns its place for the icon-lookup domain.
The surface covers browsing sets, listing all sets, searching, and fetching icon data with framework usage examples, which handles the core icon-discovery lifecycle. Minor gaps exist (e.g., batch/multi-icon retrieval), but agents can work around them.