better-auth/better-icons
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
Dependents medium impact
Matched Queries
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 bRead full README on GitHub →
Are you the maintainer? Claim this listing