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

Supericons

io.github.curlymolelabs/supericons

Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons.

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

Tools · 5

search_icons

Use this as the main icon tool. Search 20,000+ curated SVG icons across 11 libraries by meaning, label, visual description, tags, and synonyms. When matches exist, the response includes a paste-ready …

recommend_icons

Recommend a coherent icon set for up to 20 named UI slots in one call. Uses task context to narrow ambiguous meanings. When context is insufficient, returns needs_clarification with labeled interpreta…

get_icon

Retrieve one exact SVG icon using an exact ref returned by search_icons, recommend_icons, or preview_icons. Do not guess icon IDs. Use search_icons first if the user only described a concept. Returns …

preview_icons

Refine an icon result set or preview known icon refs returned by another Supericons tool. Use search_icons first for normal icon requests. Long icon lists are accepted and safely truncated to 12. Retu…

list_libraries

List the free icon libraries available through the hosted Supericons MCP server. Use this before filtering by library or when a user asks which icon libraries are supported.

How to use

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

{
  "mcpServers": {
    "supericons": {
      "url": "https://mcp.supericons.dev/mcp",
      "transport": "streamable-http"
    }
  }
}