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

Supericons

io.github.curlymolelabs/supericons

Semantic SVG icon search and recommendations for AI coding agents.

Uptime
3.3%
30 probes
Response
650ms
last probe
Tools
4
callable

Tools · 4

search_icons

Search 20,000+ curated SVG icons across 10 libraries by meaning, label, visual description, tags, and synonyms. Use this when the user describes an icon concept such as "database", "user profile", "ch…

recommend_icons

Recommend a coherent icon set for named UI slots in a product, app, dashboard, or navigation flow. Use this when the user needs several icons that should work together. Returns one recommendation and …

get_icon

Retrieve one exact SVG icon when the icon ID and library are already known. Use search_icons first if the user only described a concept. Returns SVG code and public semantic guidance for the exact ico…

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"
    }
  }
}