MCP.so
Sign In

Remix Icon MCP

@FradSer

About Remix Icon MCP

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

FradSer

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-remix-icon": {
      "command": "npx",
      "args": [
        "remixicon-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Remix Icon MCP?

A lightweight MCP server that maps icon-focused keywords to Remix Icon metadata. It provides the top 5 matching icon names and metadata, powered by FlexSearch local search. Designed for developers using MCP clients like Claude Desktop, Claude Code, and Codex.

How to use Remix Icon MCP?

Install globally with npm install -g remixicon-mcp or run via npx remixicon-mcp. Configure in your MCP client (e.g., Claude Desktop config or Claude Code CLI). Use the search_icons tool with a comma-separated keywords string (max 20 keywords).

Key features of Remix Icon MCP

  • Smart keyword input (up to 20 comma-separated keywords)
  • Fixed top‑5 most relevant icon results
  • FlexSearch‑backed document index for fast local search
  • Clean architecture with isolated domain, application, and infrastructure layers
  • CLI ready: standalone execution via npx or global install
  • LLM‑ready responses with ranked candidates and guidance

Use cases of Remix Icon MCP

  • Searching Remix Icons for UI design or prototyping
  • Integrating icon lookup into AI coding assistants (Claude Desktop, Claude Code)
  • Automating icon selection in development workflows
  • Building tools that require structured, ranked icon metadata

FAQ from Remix Icon MCP

What input format does the server accept?

A comma-separated list of up to 20 keywords. Natural-language sentences are rejected for optimal search quality.

How many icons are returned per search?

Exactly five icons, providing focused, actionable results.

What search technology is used?

FlexSearch v0.8’s document index, with field weights for names, tags, usage, and categories.

Can I run it without an MCP client?

Yes, as a standalone CLI tool using npx remixicon-mcp or the globally installed remixicon-mcp command.

Which MCP clients are supported?

Claude Desktop, Claude Code (via marketplace plugin or manual setup), and Codex.

Comments

More Other MCP servers