iconify-mcp
Integrates with the Iconify API to search for icons by keyword, fetch SVG content for specific icons, and retrieve metadata about icon sets including total icons, categories, and sample icons.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@iconify-mcpsearch for a heart icon"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Iconify MCP 🔍✨
MCP server for searching, fetching, and discovering icons from Iconify — the largest icon library with 200,000+ icons across 150+ sets.
Built for Crush, Claude, and any MCP-compatible client.
Installation & Setup
Clone the repository:
git clone https://github.com/entaytion/iconify-mcp.git cd iconify-mcpInstall dependencies:
bun install
Related MCP server: Iconify MCP Server
Tools
search_icons
Search icons by keyword across all Iconify sets.
Parameter | Type | Default | Description |
|
| — | Search query (e.g. |
|
|
| Max results (1–100) |
get_icon_svg
Get raw SVG content for a specific icon.
Parameter | Type | Default | Description |
|
| — | Icon identifier (e.g. |
|
| — | Custom width (e.g. |
|
| — | Custom height (e.g. |
get_icon_set
Get metadata about an icon set — total icons, categories, sample icons.
Parameter | Type | Default | Description |
|
| — | Set prefix (e.g. |
Usage
With Crush
Add to your crush.json:
{
"mcp": {
"iconify": {
"type": "stdio",
"command": "bun",
"args": ["run", "/path/to/iconify-mcp/index.js"]
}
}
}With Claude, Cline, or any MCP client
{
"mcpServers": {
"iconify": {
"command": "bun",
"args": ["run", "/path/to/iconify-mcp/index.js"]
}
}
}Standalone test
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | bun index.jsecho '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_icons","arguments":{"query":"heart","limit":5}}}' | bun index.jsExample queries
What you want | How to find it |
❤️ Heart icon |
|
☀️ Sun icon |
|
🎂 Cake icon |
|
Browse Material Icons |
|
Browse Solar Icons |
|
How it works
All requests go to the public Iconify API (api.iconify.design). No authentication needed.
Search →
GET /search?query=...SVG →
GET /{icon}.svgSet info →
GET /collection?prefix=...
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
- Icons8OAuthcom.icons8
Search and fetch genuine Icons8 icons and Ouch illustrations as SVG, PNG or animation.
Icons for agentic development: search & fetch 366,000+ open-source icons as SVG/PNG. No API key.
320K+ open-source SVG icons: 12 tools, anonymous metadata search; SVG, exports, collections via Pro.
Search open SVG icon packs and fetch exact SVG markup from coding agents through MCP.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvide access to Iconify's MCP server with over 200,000 open-source vector ICONS, supporting icon set browsing, searching, and obtaining multi-framework usage examples.42Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides access to over 200,000 open-source vector icons from more than 200 icon sets via the Iconify API. It enables users to browse, search, and retrieve specific icon data along with usage examples for popular web frameworks like React, Vue, and Tailwind CSS.120 npm16GPL 3.0

Svg/icons MCPofficial
AlicenseNot gradedqualityCmaintenanceEnables AI coding tools to search, inspect, recommend, and export SVG icons from svgicons.com for use in design systems, frontend projects, and AI-assisted workflows.MIT- AlicenseAqualityDmaintenanceProvides access to Iconify's 200,000+ open source vector icons from 200+ icon sets, enabling search, browsing, and retrieval of icon data with framework usage examples.44 npmMIT