Skip to main content
ClaudeWave

Semantic SVG icon search, previews, and recommendations for AI coding agents.

MCP ServersOfficial Registry0 stars0 forksMITUpdated 2d ago
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: NPX · Arguments
Claude Code CLI
claude mcp add supericons -- npx -y Arguments
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "supericons": {
      "command": "npx",
      "args": ["-y", "Arguments"],
      "env": {
        "SUPERICONS_API_KEY": "<supericons_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
SUPERICONS_API_KEY
Use cases

MCP Servers overview

# Supericons v2.0

Semantic SVG icon search, previews, and recommendations for AI coding agents.

Supericons helps agents find icons by meaning, not only by file name. It searches 20,000+ free icons across 11 libraries and can return SVG code or a visual comparison.

## Release versions

Supericons uses separate versions for the product plugin and its MCP runtime:

| Component | Current release |
| --- | --- |
| Supericons plugin | `2.0.0` |
| npm MCP runtime | `@supericons/mcp@0.4.22` |
| Hosted MCP runtime | `0.4.22` |

The v2.0 plugin uses the current MCP runtime. There is no npm package named `@supericons/mcp@2.0.0`.

## Quick start

For clients that support remote MCP servers, use the hosted endpoint:

```text
https://mcp.supericons.dev/mcp
```

For clients that use local MCP commands, use:

```json
{
  "mcpServers": {
    "supericons": {
      "command": "npx",
      "args": ["-y", "@supericons/mcp@latest"]
    }
  }
}
```

The free tools do not need a Supericons API key.

## Plugin files

This repository includes public plugin manifests for Codex, Claude Code, and compatible agent directories:

```text
.plugin/plugin.json
.codex-plugin/plugin.json
.claude-plugin/plugin.json
.agents/plugins/marketplace.json
```

The Codex plugin also uses:

```text
.codex-mcp.json
skills/supericons-icon-search/SKILL.md
```

## Manual setup fields

If your client shows a form instead of a config file, enter:

```text
Name: supericons
Transport: stdio
Command: npx
Arguments:
-y
@supericons/mcp@latest
```

If it has one argument field, enter:

```text
-y @supericons/mcp@latest
```

## Hosted tools

`search_icons`
: Search by meaning, label, visual description, tags, synonyms, and supported multilingual terms.

`recommend_icons`
: Recommend a consistent icon set for up to 20 named UI slots.

`get_icon`
: Retrieve one exact SVG icon when its icon ID and library are known.

`preview_icons`
: Compare search results or known icon references on a hosted preview page or image.

`list_libraries`
: List the 11 free icon libraries available through the hosted server.

## Example prompts

```text
Use Supericons to find a Lucide database icon. Show the icon id, library, and SVG.
```

```text
Use Supericons to recommend icons for an AI dashboard sidebar: model, prompt, dataset, evaluation, deployment, and monitoring. Prefer Lucide outline icons.
```

```text
Use Supericons to preview the strongest camera scan icons so I can compare them visually.
```

## Pro setup

For Pro access, add the API key as an environment variable:

```text
SUPERICONS_API_KEY=<YOUR_SUPERICONS_API_KEY>
```

Never paste an API key into a public issue, screenshot, committed config file, or shared chat.

## Links

- Website: https://supericons.dev
- MCP setup: https://supericons.dev/mcp/
- npm package: https://www.npmjs.com/package/@supericons/mcp
- Hosted MCP: https://mcp.supericons.dev/mcp
- Server card: https://mcp.supericons.dev/.well-known/mcp/server-card.json

## Public repository scope

This repository is the public setup and directory wrapper for Supericons. It contains public manifests, install examples, support information, and brand assets. Private product code, credentials, customer data, and internal operating data are not part of this repository.
claude-codecodexcodingcoding-agentcoding-agentscursoriconslucidelucide-iconsmcpsemantic-searchsvgtablertabler-icons

What people ask about supericons

What is curlymolelabs/supericons?

+

curlymolelabs/supericons is mcp servers for the Claude AI ecosystem. Semantic SVG icon search, previews, and recommendations for AI coding agents. It has 0 GitHub stars and was last updated 2d ago.

How do I install supericons?

+

You can install supericons by cloning the repository (https://github.com/curlymolelabs/supericons) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is curlymolelabs/supericons safe to use?

+

Our security agent has analyzed curlymolelabs/supericons and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains curlymolelabs/supericons?

+

curlymolelabs/supericons is maintained by curlymolelabs. The last recorded GitHub activity is from 2d ago, with 0 open issues.

Are there alternatives to supericons?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy supericons to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: curlymolelabs/supericons
[![Featured on ClaudeWave](https://claudewave.com/api/badge/curlymolelabs-supericons)](https://claudewave.com/repo/curlymolelabs-supericons)
<a href="https://claudewave.com/repo/curlymolelabs-supericons"><img src="https://claudewave.com/api/badge/curlymolelabs-supericons" alt="Featured on ClaudeWave: curlymolelabs/supericons" width="320" height="64" /></a>

More MCP Servers

supericons alternatives