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 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
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.
Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons.
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.16915GPL 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- AlicenseNot gradedqualityCmaintenanceProvides 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.25MIT
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