
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@iconsroom/mcp
Advanced tools
MCP server for IconsRoom — search 276,000+ open source icons and drop them into your code from any MCP client (Claude Code, Cursor, Windsurf…).
MCP server for IconsRoom — search 276,000+ open source icons from 220 packs and drop them straight into your code from any MCP client.
An IconsRoom lifetime license (one-time payment — iconsroom.com/pricing). Your license token (IR-XXXX…, from the purchase confirmation) is your API key.
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.
| Tool | What it does |
|---|---|
search_icons | Keyword search across all packs (optionally scoped to one pack) |
get_icon | Fetch an icon as svg, react (JSX component), url, or datauri — with optional recoloring for monochrome icons |
list_packs | Browse the 220 packs with icon counts, categories and licenses |
get_pack | Details + sample icons for one pack |
"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.
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.
npm install
npm test # protocol-level test over stdio (12 checks)
MIT © IconsRoom
FAQs
MCP server for IconsRoom — search 276,000+ open source icons and drop them into your code from any MCP client (Claude Code, Cursor, Windsurf…).
The npm package @iconsroom/mcp receives a total of 41 weekly downloads. As such, @iconsroom/mcp popularity was classified as not popular.
We found that @iconsroom/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.