Description

Provides access to 200,000+ icons from 150+ collections through the Iconify API with search, retrieval, batch operations, usage pattern learning, and direct project file synchronization across React, Vue, Svelte, and other frameworks.

Installation

git clone https://github.com/better-auth/better-icons

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "better-icons": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}