better-icons

better-auth/better-icons
★ 483 stars TypeScript 🔍 Search Updated 1mo ago
Skill and MCP server for searching and retrieving icons
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "better-icons": {
      "command": "npx",
      "args": [
        "-y",
        "better-auth/better-icons"
      ]
    }
  }
}