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

@iconsroom/mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iconsroom/mcp

MCP server for IconsRoom — search 276,000+ open source icons and drop them into your code from any MCP client (Claude Code, Cursor, Windsurf…).

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

@iconsroom/mcp

MCP server for IconsRoom — search 276,000+ open source icons from 220 packs and drop them straight into your code from any MCP client.

Requirements

An IconsRoom lifetime license (one-time payment — iconsroom.com/pricing). Your license token (IR-XXXX…, from the purchase confirmation) is your API key.

Install

Claude Code

claude mcp add iconsroom --env ICONSROOM_API_KEY=IR-XXXXXXXXXXXXXXXX -- npx -y @iconsroom/mcp

Cursor (.cursor/mcp.json) / Windsurf / Claude Desktop

{
  "mcpServers": {
    "iconsroom": {
      "command": "npx",
      "args": ["-y", "@iconsroom/mcp"],
      "env": { "ICONSROOM_API_KEY": "IR-XXXXXXXXXXXXXXXX" }
    }
  }
}

Without a valid key the tools respond with purchase instructions instead of icons.

Tools

ToolWhat it does
search_iconsKeyword search across all packs (optionally scoped to one pack)
get_iconFetch an icon as svg, react (JSX component), url, or datauri — with optional recoloring for monochrome icons
list_packsBrowse the 220 packs with icon counts, categories and licenses
get_packDetails + sample icons for one pack

Example

"Add a shopping-cart icon button to the navbar"

The agent calls search_icons("shopping cart"), picks a hit, calls get_icon("tabler", "shopping-cart", format: "react", color: "#0f172a"), and pastes a ready JSX component — license and source URL included in the header comment.

Licensing

Every result carries its pack's license (MIT, Apache 2.0, CC BY…). A small number of packs are CC BY-NC (non-commercial) — the license field tells you. Full details: iconsroom.com/licensing.

Development

npm install
npm test        # protocol-level test over stdio (12 checks)

MIT © IconsRoom

Keywords

mcp

FAQs

Package last updated on 15 Jul 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