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 "Install 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-Icon
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/entaytion/iconify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server