Search 200,000+ open-source icons across 150+ collections — Material Design, Font Awesome, Heroicons, Lucide, and more
A unified API for 200,000+ open-source icons across 150+ collections including Material Design Icons, Font Awesome, Heroicons, Lucide, Tabler, and many more. Search by keyword, retrieve SVG data, or browse available collections.
search_icons — Search for icons by keyword across all collections (e.g., "home", "arrow", "user")get_icons — Retrieve SVG data for specific icons in a collection by prefix and namelist_collections — Browse all available icon collections with metadatacurl -s -X POST https://gateway.pipeworx.io/iconify/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_icons","arguments":{"query":"download","limit":5}}}'
Returns icon names with their collection prefix (e.g., "mdi:download", "heroicons:arrow-down-tray").
{
"mcpServers": {
"pipeworx-iconify": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/iconify/mcp"]
}
}
}