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 Hugeicons.
list_icons
- Get a list of all available Hugeicons iconssearch_icons
- Search for icons by name or tagsget_platform_usage
- Get platform-specific usage instructions for Hugeicons{
"mcpServers": {
"hugeicons": {
"command": "npx",
"args": [
"-y",
"@hugeicons/mcp-server"
]
}
}
}