Skip to content

Icon support in web client #784

@vibhor1997a

Description

@vibhor1997a

Is your feature request related to a problem? Please describe.

Currently, MCP servers can define icons in their server.json configuration file (as per the MCP server schema), but these icons are not displayed in the new official UI client. This creates a less visually appealing and less intuitive experience when browsing or selecting MCP servers in the registry or connector list. Users cannot easily identify servers by their visual branding, making it harder to distinguish between different MCP servers at a glance.

Describe the solution you'd like

I would like the MCP registry UI clients to support displaying icons defined in the server.json configuration file. Specifically:

  1. Icon Display in Connector Lists: When users browse available MCP servers in the connector/registry interface, each server should display its configured icon (if available) next to the server name and description.

  2. Icon Support for Multiple Formats: Support for the icon configuration format as defined in the MCP server schema, including:

    • Multiple icon sizes (e.g., sizes: ["45x44"])
    • Different MIME types (e.g., image/png, image/svg+xml)
    • Theme-specific icons (e.g., theme: "light" or theme: "dark")
  3. Fallback Behavior: If an icon is not available or fails to load, the UI should gracefully fall back to a default icon or placeholder.

  4. Icon Caching: Icons should be cached appropriately to improve performance and reduce load times.

Describe alternatives you've considered

  1. No Icons: Continue without icon support. This maintains the status quo but misses an opportunity to improve user experience and visual branding.

Additional context

  • The MCP server schema already supports icon definitions in server.json (as seen in the MCP server schema documentation)
  • Many MCP servers (including JustCall MCP Server) already have icons configured in their server.json files
  • Icon support would improve:
    • User Experience: Easier visual identification of servers
    • Brand Recognition: Better branding opportunities for MCP server providers
    • Professional Appearance: More polished and modern UI
    • Accessibility: Visual cues can help users with different learning styles

Related Files:

  • MCP Server Schema: https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json
  • Example server.json with icons: See server.json in this repository

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions