Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Digche Icons

io.github.elinaseri/digche-icons

Find semantic Digche replacements for functional UI icons and retrieve the selected SVG style.

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

Tools · 6

list_categories

List every published Digche category with its icon count and available styles. Call this once to learn the catalog vocabulary before filtering searches by category.

search_icons

Search published Digche icons by name, alias, use case, tag, category, or functional meaning. Use this before choosing a UI icon. Returns a paste-ready summary and a preview image of the results.

recommend_icons

Pick a coherent Digche icon set for up to 20 named UI slots in one call. Give the overall task so ambiguous slot names resolve correctly. Use this instead of one search per icon when laying out a scre…

find_replacement

Find and rank Digche replacements for an icon from Lucide, Heroicons, Material Symbols, Font Awesome, or another library. Include the UI context for a more useful match.

preview_icons

Render candidate Digche icons as a single image so a person can compare them before choosing. Pass slugs from an earlier tool call, or a query to search and preview in one step.

get_icon_svg

Retrieve a validated SVG variant after selecting a Digche slug. Prefer Linear for functional product UI unless the project uses another Digche style. Use format "jsx" when pasting straight into a .tsx…

Resources · 1

icon-migration-guide

Compact cross-platform workflow and token budget for Digche icon replacement.

digche://guides/icon-migration

Prompts · 1

migrate_ui_icons

Create a concise, token-efficient plan for replacing functional UI icons with Digche.

How to use

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

{
  "mcpServers": {
    "digche_icons": {
      "url": "https://digche.vercel.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}