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.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provide 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.
    4
    2
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    Provides 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.
    160
    14
    GPL 3.0
  • A
    license
    -
    quality
    C
    maintenance
    Enables 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

View all related MCP servers

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.

  • Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons.

View all MCP Connectors

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