The reputation layer for AI skills, tools & agents

better-auth/better-icons

Score: 58.3 Rank #121

Skill and MCP server for searching and retrieving icons

Overview

better-auth/better-icons is a TypeScript MCP server licensed under MIT. Skill and MCP server for searching and retrieving icons

Ranked #121 out of 25632 indexed tools.

In the top 1% of all indexed tools.

Ecosystem

TypeScript MIT

Signal Breakdown

Stars 440
Freshness 22d ago
Issue Health 100%
Contributors 5
Dependents 0
Forks 21
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for better-auth/better-icons
[![AgentRank](https://agentrank-ai.com/api/badge/tool/better-auth--better-icons)](https://agentrank-ai.com/tool/better-auth--better-icons)
<a href="https://agentrank-ai.com/tool/better-auth--better-icons"><img src="https://agentrank-ai.com/api/badge/tool/better-auth--better-icons" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# Better Icons

Search and retrieve 200,000+ icons from 150+ icon collections. Works as an MCP server for AI agents or CLI tool.

## Quick Start

### Add SKills

You can enable the underlying icons cli usage using skills

```bash
npx add-skill better-auth/better-icons
```

### MCP Server (AI Agents)

Configure the MCP server to enable icon tools in your AI coding agents.

```bash
npx better-icons setup
```

This interactively configures the MCP server for:
- **Cursor**
- **Claude Code**
- **OpenCode**
- **Windsurf**
- **VS Code (Copilot)**
- **Google Antigravity**

Or [configure manually](#manual-installation).

### CLI (Direct Usage)

Use the CLI to search and retrieve icons directly from your terminal.

```bash
# Search for icons
npx better-icons search arrow
npx better-icons search home --prefix lucide --limit 10

# Get icon SVG (outputs to stdout)
npx better-icons get lucide:home > icon.svg
npx better-icons get mdi:account --color '#333' --size 24

# JSON output for scripting
npx b
Read full README on GitHub →
Are you the maintainer? Claim this listing