Skip to main content
Glama

Related Servers

Alternatives to hugeicons-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      B
      quality
      D
      maintenance
      Hugeicons MCP Server is a TypeScript based server that provides integrated tools and resources for the Hugeicons icon library, supporting icon search, retrieval, and usage guides for multiple platforms.
      5
      2
      Apache 2.0
    • F
      license
      B
      quality
      D
      maintenance
      A basic TypeScript implementation of the Model Context Protocol (MCP) server designed as a starting point for MCP development. Provides a minimal foundation for building custom MCP servers with stdio configuration for local integration with VS Code and GitHub Copilot.
      1
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A Model Context Protocol (MCP) server template designed for building structured tools, prompts, and resources with built-in support for HTTP and STDIO transports. It provides a standardized framework for developers to create and deploy AI-driven services using TypeScript and Zod schema validation.
      7 npm
      -
    • A
      license
      A
      quality
      D
      maintenance
      heroicons-mcp is a Model Context Protocol (MCP) server that exposes Heroicons. It allows LLMs and agentic applications to search, list, and generate usage examples of icons in React applications.
      3
      3 npm
      MIT
    • A
      license
      B
      quality
      F
      maintenance
      This is a TypeScript-based MCP server that provides integration with ERPNext/Frappe API. It enables AI assistants to interact with ERPNext data and functionality through the Model Context Protocol.
      6
      117
      MIT
    • F
      license
      B
      quality
      D
      maintenance
      A demonstration TypeScript MCP server that showcases basic MCP concepts with simple tools (greeting, calculator), text resources, and prompt templates for learning the Model Context Protocol.
      2
      -

    TDQS

    A3.5/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap. get_icon_glyph_by_style retrieves a single glyph for a specific style, get_icon_glyphs gets all glyphs for an icon across styles, get_platform_usage provides usage instructions, list_icons lists all icons, and search_icons searches by criteria. An agent can easily differentiate them.

    Naming Consistency5/5

    All tools follow a consistent verb_noun pattern with snake_case naming (e.g., get_icon_glyph_by_style, list_icons, search_icons). The verbs (get, list, search) are appropriately matched to the actions, and there are no deviations in style.

    Tool Count5/5

    With 5 tools, this server is well-scoped for its purpose of accessing Hugeicons. It provides a balanced set covering listing, searching, retrieving glyphs, and usage instructions, without being too sparse or bloated.

    Completeness4/5

    The tool surface is nearly complete for the domain of icon access, covering listing, searching, and retrieving glyphs and usage. A minor gap is the lack of tools for managing icons (e.g., create, update, delete), but this may be intentional if the server is read-only, and core workflows are well-covered.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues