# Hugeicons MCP Server (verified)

Integrate Hugeicons seamlessly into your applications. Discover icons, access platform-specific usage instructions, and enhance your projects with comprehensive documentation and examples.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hugeicons/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list hugeicons/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hugeicons/mcp-server list_icons

# Call a tool
npx -y @smithery/cli@latest tool call hugeicons/mcp-server list_icons '{}'
```

## Tools (5)

- `list_icons` — Get a list of all available Hugeicons icons
- `search_icons` — Search for icons by name or tags. Use commas to search for multiple icons (e.g. 'home, notification, settings')
- `get_platform_usage` — Get platform-specific usage instructions for Hugeicons
- `get_icon_glyphs` — Get all glyphs (unicode characters) for a specific icon across all available styles
- `get_icon_glyph_by_style` — Get the glyph (unicode character) for a specific icon with a particular style

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hugeicons/mcp-server <tool-name>
```

## Resources

- `hugeicons://docs/platforms/react` — React implementation guide for Hugeicons
- `hugeicons://docs/platforms/vue` — Vue implementation guide for Hugeicons
- `hugeicons://docs/platforms/angular` — Angular implementation guide for Hugeicons
- `hugeicons://docs/platforms/svelte` — Svelte implementation guide for Hugeicons
- `hugeicons://docs/platforms/react-native` — React Native implementation guide for Hugeicons
- `hugeicons://docs/platforms/flutter` — Flutter implementation guide for Hugeicons
- `hugeicons://docs/platforms/html` — HTML implementation guide for Hugeicons (font-based)
- `hugeicons://icons/index` — Complete index of all Hugeicons

---

Source: https://github.com/hugeicons/mcp-server | License: MIT
