MCP Server
Better Icons MCP Server
by better-auth
Search 200K+ icons from 150+ collections via MCP or CLI.
About Better Icons
Addresses common challenges AI agents face with icon management. Offers AI agent integration via MCP, a CLI for direct search and retrieval with JSON output support, project sync to automatically add icons to code files for multiple frameworks, and auto-learning of preferred icon collections.
Tags
iconssvgdesign-assetscli
How to install Better Icons
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"better-icons": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-better-icons"]
}
}
}Example shape only — see the repository for the canonical install command.