An MCP server helps Claude Code and Cursor find icons

A Reddit user introduced an MCP server that lets Claude Code and Cursor search icons in real time. The tool can search more than 100 open-source icon libraries, including Lucide, Heroicons, Tabler, and Font Awesome. The author says it aims to reduce cases where AI coding tools guess the wrong icon name or use a component that does not exist. They also say it needs no API key and does not run locally.

Key points

  • It says it supports Claude Code, Cursor, and Windsurf.
  • It can search more than 100 open-source icon libraries.
  • It provides tools such as search_icons, get_icon_svg, and list_collections.
  • It is meant to stop AI coding tools from guessing wrong icon names or missing components.
  • The author says it needs no API key and does not run locally.

Quick term guide

MCP server
A server that helps AI tools connect to outside services in a standard way.
open-source
Software whose code is shared publicly so others can inspect, use, or change it.
libraries
Reusable code packages developers use to build software faster.
AI coding tools
Programs like Claude, Cursor, or ChatGPT that write code for you when you describe what you want in plain language.
AI coding tool
Software that uses AI to help write, edit, or explain code.
component
A reusable piece of a web interface, such as a button or icon.
Solo makers
People who build and launch their own products or services entirely on their own.
components
Ready-made, reusable pieces of a user interface — like a file viewer or upload button — that developers plug into their app.
Read original