Catalog
MCP
Officialby iconsroom
Search 276,000+ open source icons and insert them as SVG or React components while you code.
Search 276,000+ open source icons and insert them as SVG or React components while you code.
README not available yet.
Install
Configuration
Environment variables
ICONSROOM_API_KEYrequiredsecretIconsRoom lifetime license token (IR-XXXX…) — get one at https://iconsroom.com/pricing
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@iconsroom/mcp@0.1.1"
],
"env": {
"ICONSROOM_API_KEY": "<YOUR_ICONSROOM_API_KEY>"
}
}
}
}