Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

iconlab

io.github.op0ai/iconlab

Search 324k icons or generate new ones in the Lucide grammar - grammar-locked lint+critique+repair

Uptime
100.0%
1 direct probes · 30d
Response
361ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

search_icons

Search the iconlab corpus (Lucide static + lucide-animated variants) by concept. Returns scored matches with slugs, sources and licenses.

get_icon

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_icon

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "iconlab": {
      "url": "https://iconlab.skillkit.run/mcp",
      "transport": "streamable-http"
    }
  }
}