Remix Icon MCP MCP Server

# RemixIcon MCP ![NPM Version](https://img.shields.io/npm/v/remixicon-mcp) ![NPM License](https://img.shields.io/npm/l/remixicon-mcp) ![NPM

Local serverstdioTypeScript

What is the Remix Icon MCP MCP server?

Remix Icon MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Remix Icon MCP directly instead of describing what you should do. # RemixIcon MCP NPM Version NPM License NPM Downloads English | 简体中文 A.

What you get

  • Smart Keyword Input — – Supports up to 20 comma-separated keywords while rejecting natural-language sentences for optimal search quality
  • Fixed Top-5 Results — – Returns exactly 5 most relevant icons for focused decision-making
  • FlexSearch-backed Index — – Uses FlexSearch v0.8's document index for high-performance token lookup over the local Remix Icon catalog
  • Clean Architecture — – Domain entities, application use cases, infrastructure adapters, and MCP interface remain isolated for easy testing
  • CLI Ready — – Can be run as a standalone CLI tool via npx remixicon-mcp or integrated into MCP clients
  • LLM-ready Responses — – Returns ranked candidates, matched tokens, and explicit guidance instructing the model to choose exactly one icon

Setting it up

The server ships on npm as remixicon-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

What the assistant can call

Once Remix Icon MCP is connected, these are the calls the assistant has available:

  • Installation — The Installation tool exposed by this server
  • Usage — The Usage tool exposed by this server
  • Codex — The Codex tool exposed by this server
  • search_icons — The search_icons tool exposed by this server

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the remix icon mcp mcp server does with a few real requests.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Remix Icon MCP's toolset — Installation, Usage, Codex and 1 more — is a fair guide to whether it matches your workflow. It is maintained by FradSer; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Remix Icon MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
InstallationThe Installation tool exposed by this server.
UsageThe Usage tool exposed by this server.
CodexThe Codex tool exposed by this server.
search_iconsThe search_icons tool exposed by this server.

How to install the Remix Icon MCP MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Remix Icon MCP to Installation.
  • Use Remix Icon MCP to Usage.
  • Use Remix Icon MCP to Codex.

Frequently asked questions

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