iconlab
io.github.op0ai/iconlabSearch 324k icons or generate new ones in the Lucide grammar - grammar-locked lint+critique+repair
Tools · 3
Search the iconlab corpus (Lucide static + lucide-animated variants) by concept. Returns scored matches with slugs, sources and licenses.
Fetch one icon by slug. format='svg' (default) returns the SVG document; 'jsx' returns a lucide-react-compatible TSX component; 'motion' returns a TSX component with a stroke-draw entrance.
Generate a NEW icon in the Lucide grammar for a concept that doesn't exist yet. Grab-first: returns mode='grab' with matches when a strong existing icon covers the prompt. Otherwise runs the lint + cr…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"iconlab": {
"url": "https://iconlab.skillkit.run/mcp",
"transport": "streamable-http"
}
}
}