Hugeicons
Related Servers
Alternatives to Hugeicons
No user-submitted related servers found.
Related Servers
- AlicenseAqualityFmaintenanceMCP server for Hugeicons integration and documentation This is a TypeScript-based MCP server that provides tools and resources for integrating Hugeicons into various platforms. It implements a Model Context Protocol (MCP) server that helps AI assistants provide accurate guidance for using Hugeicons51,31226MIT
- AlicenseBqualityDmaintenanceMCP server that allows FE/UI/Designers to retrieve SVG icons via the Iconify API by simply asking LLMs rather than manually searching websites.3124MIT
- AlicenseNot gradedqualityCmaintenanceA TypeScript-based MCP server for generating custom images and icons using AI (GPT Image 1), supporting .png, .svg, and .ico formats, and designed for seamless integration with Vibe Coding.114MIT
- FlicenseAqualityBmaintenanceMCP server that finds open-source, commercially-usable icons and returns direct SVG download links, searching over 300,000 icons with license filtering.1-
- AlicenseAqualityDmaintenanceAn MCP server that provides Lucide icons as SVG, allowing clients to list, search, and retrieve icons by name.321MIT
- AlicenseNot gradedqualityCmaintenanceAI-powered SVG icon generation MCP server. Generate production-ready SVG icons from text descriptions with customizable styles, sizes, and themes.456MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: list_icons provides a full catalog, search_icons finds specific icons, get_icon_glyphs retrieves all glyphs for an icon, get_icon_glyph_by_style gets a specific glyph, and get_platform_usage offers usage instructions. The descriptions make boundaries explicit, preventing misselection.
All tools follow a consistent verb_noun pattern with snake_case: get_icon_glyph_by_style, get_icon_glyphs, get_platform_usage, list_icons, and search_icons. The naming is predictable and readable throughout the set.
With 5 tools, the count is well-scoped for an icon library server, covering core operations like listing, searching, retrieving glyphs, and usage instructions. Each tool earns its place without being too sparse or bloated.
The tool set covers key workflows: discovery (list_icons, search_icons), retrieval (get_icon_glyphs, get_icon_glyph_by_style), and usage (get_platform_usage). A minor gap is the lack of metadata tools (e.g., get_icon_details or list_styles), but agents can work around this with the provided tools.