Give AI tools a reliable icon search.
Connect IconSearch to MCP-compatible clients so agents can search the live catalog and return exact React, SVG, Vue, Svelte, Tailwind, or URL output.
A focused IconSearch experience for MCP clients.
The interface keeps discovery, inspection, and the final handoff close together while using the same live catalog as the website.
Search as a tool call
Agents can query the current IconSearch catalog instead of guessing package names or icon exports.
Exact code output
Generate React, SVG, Vue, Svelte, Tailwind, or URL snippets for a selected result.
Protocol-safe logging
Protocol data stays on stdout while diagnostics are written separately to stderr.
Revocable sign-in
Device sign-in stores the product token in the local user configuration directory.
From local setup to a real icon.
Build and start the local server
Add the stdio command to an MCP client
Complete browser device sign-in once
Ask the client to search and generate an icon snippet
cd mcp-server
npm install
npm run build
npm run startBuilt for local MCP client testing.
The TypeScript server builds successfully and exposes sign-in, status, search, and snippet tools. Packaging and public distribution are still pending.