🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@supericons/mcp

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supericons/mcp

MCP server for Supericons: multilingual semantic SVG icon search and recommendations for AI coding agents.

latest
Source
npmnpm
Version
0.4.27
Version published
Maintainers
1
Created
Source

Supericons MCP

Requires Node.js 20 or newer.

Supericons MCP gives coding agents multilingual icon search, recommendations, previews, and export tools.

Run

npx -y @supericons/mcp

What the package records

The package records pseudonymous usage so Supericons can improve icon search. Each search event can include:

  • the normalized search term and number of results
  • the tool, icon library filter, package version, and search timing
  • the MCP client name and version
  • the operating system platform
  • a pseudonymous installation identifier
  • a country code derived from the network connection, when available

Supericons telemetry records do not store raw IP addresses, raw installation identifiers, your name, files, project, repository, or code. Supabase infrastructure processes network information and may retain request metadata according to its platform logging policy.

The installation identifier is a random value created by the package. It is not derived from the computer, account, or network. Supericons converts it to a server-keyed hash before storage. The hash is retained for up to 90 days.

The local identifier is stored at:

  • Windows: %APPDATA%\Supericons\install.json
  • macOS: ~/Library/Application Support/Supericons/install.json
  • Linux: ${XDG_CONFIG_HOME:-~/.config}/supericons/install.json

SUPERICONS_CONFIG_DIR can set a different configuration directory. Deleting install.json changes the identifier used for future events. Earlier pseudonymous records remain until their retention period ends.

Telemetry is best-effort and does not block or change icon search. To turn it off, set any one of:

SUPERICONS_DISABLE_TELEMETRY=1
SUPERICONS_TELEMETRY=off
SUPERICONS_MCP_TELEMETRY_ENABLED=off
DO_NOT_TRACK=1

Icon search keeps working when telemetry is disabled.

FAQs

Package last updated on 03 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts