unicon-mcp

unicon-mcp is a skill for Claude Code, Codex from webrenew/unicon. It costs 53 tokens per session (1,067 once invoked), scanned A, original, MIT.

Instructions for connecting the Unicon MCP server to AI clients such as Claude Desktop and Cursor. Unicon searches icon libraries and returns components for frameworks such as React and Vue.

In plain words
What is it for?
Use it to set up and verify the connection, search icons by name or category, find icons from a specific library, and request React or Vue icon components.
Why use it?
It avoids manually browsing icon libraries and converting selected icons into code.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw.

Good fit Use it to set up and verify the connection, search icons by name or category, find icons from a specific library, and request React or Vue icon components.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/webrenew/unicon/unicon-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add webrenew/unicon --skill unicon-mcp
Clone the repo
git clone --depth 1 https://github.com/webrenew/unicon

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for unicon-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/webrenew/unicon/unicon-mcp/github.svg)](https://agentmods.dev/skills/webrenew/unicon/unicon-mcp)
Your own site
<a href="https://agentmods.dev/skills/webrenew/unicon/unicon-mcp"><img src="https://agentmods.dev/badge/skills/webrenew/unicon/unicon-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for unicon-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/webrenew/unicon/unicon-mcp"><img src="https://agentmods.dev/badge/skills/webrenew/unicon/unicon-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,067 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 152
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.01067
Opus 5 $0.00026 $0.00534
Sonnet 5 $0.00011 $0.00213
Haiku 4.5 $0.00005 $0.00107

Measured 10d ago against content hash 24cb7a2b8db8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

unicon-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/unicon-mcp/SKILL.md · 153 lines

How it starts

The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Unicon MCP

Use the Unicon MCP server to search and generate icon components through AI assistants like Claude Desktop and Cursor.

Quick Start

Claude Desktop

  1. Open ~/Library/Application Support/Claude/claude_desktop_config.json
  2. Add:
{
  "mcpServers": {
    "unicon": {
      "command": "npx",
      "args": ["-y", "@webrenew/unicon-mcp-server"]
    }
  }
}
  1. Fully quit and restart Claude Desktop.

Cursor

  1. Open Settings > MCP Servers
  2. Add the same JSON config shown above
  3. Restart Cursor

Verify Installation

  • Claude Desktop: look for the plug icon, ensure unicon appears
  • Cursor: run claude mcp list if using Claude Code

Common Prompts

  • "Search for dashboard icons in Lucide"
  • "Get React component for lucide:arrow-right"
  • "Generate Vue components for social media icons"
  • "List available icon libraries"

Available Tools

search_icons

Search through 19,000+ icons with optional filters.

Parameters

Parameter Required Description
query Yes Search term
source No Filter by library
category No Filter by category
limit No Max results (default: 20)
includeCode No Return code with results
strokeWidth No Stroke width when includeCode=true
normalizeStrokes No Normalize stroke widths, skipping fill icons

get_icon

Return code for a single icon in a requested format.

Parameters

Parameter Required Description
iconId Yes Icon ID (e.g., "lucide:home")
format No svg, react, vue, svelte, json
size No Icon size in pixels
strokeWidth No Stroke width
normalizeStrokes No Normalize stroke widths, skipping fill icons

get_multiple_icons

Fetch up to 50 icons at once in a shared format.

Parameters

Parameter Required Description
iconIds Yes Array of icon IDs
format No Output format
size No Icon size in pixels
strokeWidth No Stroke width
normalizeStrokes No Normalize stroke widths, skipping fill icons

Read the full file on GitHub · 153 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 153 lines · 53 tokens per session scan A 24cb7a2b8db8

Subscribe to this mod's changes

unicon-mcp is a skill published in the GitHub repository webrenew/unicon (15 stars, last pushed 5d ago), licensed MIT. It adds 53 tokens to every session and 1,067 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

flint-theme-author

Use when: creating, translating, refining, reviewing, or validating a custom Flint ThemeSpec from brand guidelines, websites, slide decks, publication references, design tokens, or an existing visual identity. Produce a reusable ThemeSpec JSON object for Flint Theme Lab without inventing fields or changing chart…

microsoft/flint-chart · 64 tokens

thesvg

Fetch brand SVG logos and cloud architecture icons (AWS, Azure, GCP) from theSVG. Use when the user asks for a brand logo, company icon, framework mark, service icon, or any "icon/logo for X" where X is a real brand or cloud service. Returns ready-to-use CDN URLs or raw SVG markup.

glincker/thesvg · 72 tokens

b123d-modeling

Use this skill when asked to model, build, or modify a 3D part or assembly with build123d — from a text description, a technical drawing (image or PDF), dimensions in a spec, or an existing STEP/STL file.

pzfreo/build123d-mcp · 0 tokens

umg-mcp-authoring

Use when Codex needs to create, edit, inspect, validate, or demo UE5.8 UMG interfaces through Unreal Motion Graphics MCP/FabUmgMcp, especially target/default workflows, widget tree authoring, HLSL-backed UI materials, Sequencer widget animations, Blueprint event wiring, readback validation, or operation-trace demo…

winyunq/UnrealMotionGraphicsMCP · 79 tokens

memoire-design-tooling

Use when a task spans interface understanding, design-system memory, UI audits, design CI, Figma, shadcn or Tailwind code generation, research, or agent design workflows and needs the correct Memi capability selected.

memi-design/memi · 51 tokens

build-swiftui-interface

Use when a coding agent must design, scaffold, implement, or verify an iOS or macOS SwiftUI interface with Apple-platform state, accessibility, availability, testing, and Xcode evidence.

memi-design/memi · 45 tokens