developer tools - mcp server Frequently Asked Questions
Get quick answers and discover everything you need to know about Hugeicons developer tools mcp server, from setup to advanced usage.
Using Hugeicons
What is the Hugeicons MCP server?
The MCP server lets AI assistants like Claude Code and Cursor search all 60,000+ Hugeicons, read the setup guide for your framework, and look up icon-font glyphs.
How do I set it up?
In Claude Code:
claude mcp add --transport stdio hugeicons -- npx -y @hugeicons/mcp-server
In Cursor or another MCP client, add this to its mcp.json:
{ "mcpServers": { "hugeicons": { "command": "npx", "args": ["-y", "@hugeicons/mcp-server"] } } }
Why is my assistant still guessing icon names?
It's probably not calling the server. Check that the server is connected (in Claude Code, run /mcp), and add "using Hugeicons MCP" to your prompt. The agent skill also helps, because it makes the agent check every icon name against the catalog.