← Top 100 / Full directory (11,510)

Aria Icons

Dev Tools Remote Top 100 12 tools Ready surface

Open-source icon package manager and MCP server for Cursor and Claude. Search 340k SVG icons, fetch SVGs/components, and add icons to projects via the remote HTTP MCP endpoint or npm CLI.

GitHub ↗ Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://icons.leularia.com/api/mcp
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Listing quality

Observable facts from our catalog and daily probe — not a safe-to-install badge.

Surface
Ready surface
Live handshake
Not probed
Auth gate
Auth unknown
Tools source
Catalog tools

Observable catalog + probe facts — not a safe-to-install badge.

Tools

(12)
  • search_icons

    Fuzzy-search icons across all sets by name and metadata (brand titles, aliases, categories). Returns ranked matches with icon ids usable with get_icon_svg. Prefer this over list_icons when looking for a specific icon.

  • list_icons

    List available icons in an organized way. Without arguments, returns a summary of all icon sets with counts. Pass 'set' to page through the icon names of one set.

  • get_icon_svg

    Get the SVG content for a specific icon. The icon identifier should be in the format 'setId-iconName' (e.g., 'heroicons-academic-cap', 'thesvg-github', 'ph-acorn-bold'). For theSVG brand icons an optional 'variant' selects e.g. 'mono' or 'wordmark'.

  • get_icon

    Get SVG plus metadata for an icon. Prefer this over get_icon_svg. Icon ids look like 'lucide:house' or 'mdi:account'.

  • get_icon_component

    Get framework component source for an icon (react, vue, svelte, solid, flutter, react-native, svg).

  • get_icons

    Batch-fetch up to 20 icons. More efficient than multiple get_icon calls.

  • list_collections

    List icon collections with counts. Filter with search.

  • find_similar_icons

    Find the same icon in other collections, plus related names.

  • find_equivalent_icon

    Map an icon to the closest match in a target collection (used by migrate).

  • recommend_icons

    Recommend icons for a UI use case (settings button, auth, navigation, …).

  • add_icon_to_project

    Prepare an icon component for the project. Remote HTTP cannot write the user's disk — returns file name, component source, and import. Local stdio MCP (`npx -y aria-icons`) writes the file.

  • doctor_project_icons

    Remote servers cannot scan a local repo. Use stdio MCP or `aria-icons doctor`.

Tool source: Catalog tools

Related servers