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
10.0%
10 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.

Similar MCP servers embedding-nearest

Supericons
Semantic SVG icon search and recommendations for AI coding agents.
0 tools
io.github.n0isy/mcp-icon-visual
Search, retrieve, compare, and render SVG icons visually for AI agents.
0 tools
supericons
Metadata-only Glama MCP server.
0 tools
Codeix
Fast semantic code search for AI agents — find symbols, references, and callers across any codebase
0 tools
supericons
Metadata-only Glama MCP connector.
0 tools · http
Noun Project
Search and download icons from The Noun Project directly in AI assistants
0 tools

How to use

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

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