Skip to main content
Glama
entaytion

iconify-mcp

by entaytion

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

  1. Clone the repository:

    git clone https://github.com/entaytion/iconify-mcp.git
    cd iconify-mcp
  2. Install dependencies:

    bun install

Related MCP server: Iconify-Icon

Tools

search_icons

Search icons by keyword across all Iconify sets.

Parameter

Type

Default

Description

query

string

Search query (e.g. "honey", "heart", "settings")

limit

number

20

Max results (1–100)

get_icon_svg

Get raw SVG content for a specific icon.

Parameter

Type

Default

Description

icon

string

Icon identifier (e.g. "mdi:heart", "tabler:sun")

width

string

Custom width (e.g. "24", "48")

height

string

Custom height (e.g. "24", "48")

get_icon_set

Get metadata about an icon set — total icons, categories, sample icons.

Parameter

Type

Default

Description

set

string

Set prefix (e.g. "mdi", "tabler", "solar")

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.js
echo '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_icons","arguments":{"query":"heart","limit":5}}}' | bun index.js

Example queries

What you want

How to find it

❤️ Heart icon

search_icons"heart"get_icon_svg"mdi:heart"

☀️ Sun icon

search_icons"sun"get_icon_svg"tabler:sun"

🎂 Cake icon

search_icons"cake"get_icon_svg"mingcute:cake-fill"

Browse Material Icons

get_icon_set"mdi"

Browse Solar Icons

get_icon_set"solar"

How it works

All requests go to the public Iconify API (api.iconify.design). No authentication needed.

  1. SearchGET /search?query=...

  2. SVGGET /{icon}.svg

  3. Set infoGET /collection?prefix=...

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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